Browse Source

update parser lib

pull/42/head
taoxiangdong 5 years ago
parent
commit
265b7179f5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build.sh

+ 1
- 1
build.sh View File

@@ -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[@]}";


Loading…
Cancel
Save