This is an automated email from the ASF dual-hosted git repository. bneradt pushed a commit to branch dev-1-0-14 in repository https://gitbox.apache.org/repos/asf/trafficserver-libswoc.git
commit 7996b47610cb54978f6a1cb603fce5df77ad6367 Author: Alan M. Carroll <[email protected]> AuthorDate: Fri Feb 28 14:04:25 2020 -0600 Build fixes. --- swoc++/swoc++.part | 3 --- 1 file changed, 3 deletions(-) diff --git a/swoc++/swoc++.part b/swoc++/swoc++.part index 8ffc040..a881991 100644 --- a/swoc++/swoc++.part +++ b/swoc++/swoc++.part @@ -19,9 +19,6 @@ env.AppendUnique( CPPPATH=["include"], ) -# build the library -out = env.SharedLibrary("libswoc++",files) -env.InstallLib(out) # export the include directory env.InstallInclude( Pattern(src_dir="include/",includes=["*.h"]),
