We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80c0d1b commit 1452ef2Copy full SHA for 1452ef2
src/docker/itk-wasm/warm-emscripten-cache.sh
@@ -2,7 +2,7 @@
2
3
set -exo pipefail
4
5
-if test -n "$EMSCRIPTEN_VERSION"; then
+if test -n "$EMSCRIPTEN"; then
6
cd /median-filter-pipelineCopy
7
/usr/local/bin/web-build emscripten-build -DCMAKE_EXE_LINKER_FLAGS='-flto=thin -s DISABLE_EXCEPTION_CATCHING=0'
8
rm -rf ./web-build
0 commit comments