Skip to content

Commit 044c7cf

Browse files
committed
1 parent cb27707 commit 044c7cf

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

scripts/emsdk-fetch.sh

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,13 @@ then
1818
if git clone --no-tags --depth 1 --single-branch --branch main https://github.com/emscripten-core/emsdk.git
1919
then
2020
pushd emsdk
21-
./emsdk install ${EMFLAVOUR:-latest}
22-
./emsdk activate ${EMFLAVOUR:-latest}
21+
./emsdk install ${EMFLAVOUR:-latest}
22+
./emsdk activate ${EMFLAVOUR:-latest}
23+
pushd upstream/emscripten
24+
echo "FIXME: Applying https://github.com/emscripten-core/emscripten/pull/17956"
25+
wget https://patch-diff.githubusercontent.com/raw/emscripten-core/emscripten/pull/17956.diff
26+
patch -p1 < 17956.diff
27+
popd
2328
popd
2429
fi
2530
fi

0 commit comments

Comments
 (0)