Commit d9f55d6f authored by jan.koester's avatar jan.koester
Browse files

test

parent d6a6bc82
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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