Skip to content

Commit

Permalink
Merge branch 'master' of github.com:puerts/backend-nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Sep 3, 2022
2 parents cfac513 + b24d95f commit 44db805
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android-configure
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ if [ -f "configure" ]; then
--dest-cpu=$DEST_CPU \
--dest-os=android \
--without-snapshot \
--openssl-no-asm \
--without-ssl \
--partly-static \
--with-intl=none \
--shared \
Expand Down
2 changes: 1 addition & 1 deletion android-configure-static
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ if [ -f "configure" ]; then
--dest-cpu=$DEST_CPU \
--dest-os=android \
--without-snapshot \
--openssl-no-asm \
--without-ssl \
--with-intl=none \
--enable-static \
--no-browser-globals \
Expand Down
1 change: 0 additions & 1 deletion android-static.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ cp \
out/Release/obj.target/deps/uv/libuv.a \
out/Release/obj.target/deps/nghttp2/libnghttp2.a \
out/Release/obj.target/deps/brotli/libbrotli.a \
out/Release/obj.target/deps/openssl/libopenssl.a \
out/Release/obj.target/tools/v8_gypfiles/libv8_base_without_compiler.a \
out/Release/obj.target/tools/v8_gypfiles/libv8_libbase.a \
out/Release/obj.target/tools/v8_gypfiles/libv8_zlib.a \
Expand Down

0 comments on commit 44db805

Please sign in to comment.