Loading packaging/build-nspawn.sh +1 −1 Original line number Diff line number Diff line Loading @@ -552,7 +552,7 @@ build_libraries() { sed -i 's/-latomic//g' node.gyp tools/v8_gypfiles/v8.gyp # Avoid running node_mksnapshot in this musl-targeted build. export GYP_DEFINES=\"\${GYP_DEFINES:-} v8_use_snapshot=false node_use_node_snapshot=false\" ./configure --prefix=\$PREFIX/nodejs --shared --shared-musl --without-node-snapshot ./configure --prefix=\$PREFIX --shared --shared-musl --without-node-snapshot mkdir -p out/Release rm -f out/Release/icupkg install -m 0755 "\$ICUPKG_BIN" out/Release/icupkg Loading Loading
packaging/build-nspawn.sh +1 −1 Original line number Diff line number Diff line Loading @@ -552,7 +552,7 @@ build_libraries() { sed -i 's/-latomic//g' node.gyp tools/v8_gypfiles/v8.gyp # Avoid running node_mksnapshot in this musl-targeted build. export GYP_DEFINES=\"\${GYP_DEFINES:-} v8_use_snapshot=false node_use_node_snapshot=false\" ./configure --prefix=\$PREFIX/nodejs --shared --shared-musl --without-node-snapshot ./configure --prefix=\$PREFIX --shared --shared-musl --without-node-snapshot mkdir -p out/Release rm -f out/Release/icupkg install -m 0755 "\$ICUPKG_BIN" out/Release/icupkg Loading