Skip to content

Commit

Permalink
feat: pack zetasql lib after buil parser:all
Browse files Browse the repository at this point in the history
  • Loading branch information
jingchen2222 committed May 20, 2021
1 parent 8b17e90 commit a61b460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pack_zetasql.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ then

ar -M <libzetasql.mri
ranlib libzetasql.a
mv tmp-lib/*.so "$PREFIX/lib/"
mv tmp-lib/*.a "$PREFIX/lib/"
mv libzetasql.a "$PREFIX/lib/"
else
libtool -static -o libzetasql.a tmp-lib/*.a
Expand Down

0 comments on commit a61b460

Please sign in to comment.