Skip to content

Commit 1452ef2

Browse files
committed
build(docker): fix emscripten detection
1 parent 80c0d1b commit 1452ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docker/itk-wasm/warm-emscripten-cache.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -exo pipefail
44

5-
if test -n "$EMSCRIPTEN_VERSION"; then
5+
if test -n "$EMSCRIPTEN"; then
66
cd /median-filter-pipelineCopy
77
/usr/local/bin/web-build emscripten-build -DCMAKE_EXE_LINKER_FLAGS='-flto=thin -s DISABLE_EXCEPTION_CATCHING=0'
88
rm -rf ./web-build

0 commit comments

Comments
 (0)