Commit 097454e5 authored by jan.koester's avatar jan.koester
Browse files

test

parent 50317261
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -548,7 +548,7 @@ build_libraries() {
            export LD_LIBRARY_PATH=\$PREFIX/icu-host/lib:\$PREFIX/icu-host/lib64:/usr/local/lib:\${LD_LIBRARY_PATH:-}
            export ICU_PKG=/usr/local/bin/icupkg
            # Avoid running node_mksnapshot in this musl-targeted build.
            export GYP_DEFINES="\${GYP_DEFINES:-} v8_use_snapshot=false"
            export GYP_DEFINES=\"\${GYP_DEFINES:-} v8_use_snapshot=false\"
            ./configure --prefix=\$PREFIX --without-npm
            mkdir -p out/Release
            rm -f out/Release/icupkg
@@ -820,7 +820,7 @@ update_libraries() {
            export LD_LIBRARY_PATH=\$PREFIX/icu-host/lib:\$PREFIX/icu-host/lib64:/usr/local/lib:\${LD_LIBRARY_PATH:-}
            export ICU_PKG=/usr/local/bin/icupkg
            # Avoid running node_mksnapshot in this musl-targeted build.
            export GYP_DEFINES="\${GYP_DEFINES:-} v8_use_snapshot=false"
            export GYP_DEFINES=\"\${GYP_DEFINES:-} v8_use_snapshot=false\"
            ./configure --prefix=\$PREFIX --without-npm
            mkdir -p out/Release
            rm -f out/Release/icupkg