From 265b7179f5dedf5bdab40ef9e8ec8c733d4381ac Mon Sep 17 00:00:00 2001 From: taoxiangdong Date: Thu, 29 Oct 2020 09:21:02 +0800 Subject: [PATCH] update parser lib --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index a4d09e1..f3a54b3 100644 --- a/build.sh +++ b/build.sh @@ -176,7 +176,7 @@ generate_package() for lib in "${PARSER_LIB[@]}"; do find ${OUTPUT_PATH}/${PARSER_LIB_PATH} -maxdepth 1 -name "$lib" -exec cp -f {} ${OUTPUT_PATH}/${FWK_PATH} \; - find ${OUTPUT_PATH}/${PARSER_LIB_PATH} -maxdepth 1 -name "$lib" -exec cp -f {} ${OUTPUT_PATH}/${ACL_PATH} \; + find ${OUTPUT_PATH}/${PARSER_LIB_PATH} -maxdepth 1 -name "$lib" -exec cp -f {} ${OUTPUT_PATH}/${ATC_PATH} \; done for lib in "${COMMON_LIB[@]}";