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 22740a007729871f5a970a0ca279bbbd53ce20ad
Author: Alan M. Carroll <[email protected]>
AuthorDate: Fri Feb 28 13:53:30 2020 -0600

    Build fixes.
---
 swoc++/swoc++.part | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/swoc++/swoc++.part b/swoc++/swoc++.part
index 9a092f2..af83276 100644
--- a/swoc++/swoc++.part
+++ b/swoc++/swoc++.part
@@ -27,5 +27,5 @@ env.InstallInclude(
     Pattern(src_dir="include/",includes=["*.h"]),
     )
 
-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++-static.part", package_group="libswoc", src_files=src_files)
+env.Part("swoc++-shared.part", package_group="libswoc" src_files=src_files)

Reply via email to