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 0a66f76554b1eeba1b2eedba929040f7f4dee0b9 Author: Alan M. Carroll <[email protected]> AuthorDate: Fri Feb 28 13:59:52 2020 -0600 Build fixes. --- swoc++/swoc++.part | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swoc++/swoc++.part b/swoc++/swoc++.part index af83276..8ffc040 100644 --- a/swoc++/swoc++.part +++ b/swoc++/swoc++.part @@ -28,4 +28,4 @@ env.InstallInclude( ) env.Part("swoc++-static.part", package_group="libswoc", src_files=src_files) -env.Part("swoc++-shared.part", package_group="libswoc" src_files=src_files) +env.Part("swoc++-shared.part", package_group="libswoc", src_files=src_files)
