Skip to content

Commit a041420

Browse files
committed
3.1.33.0pre
1 parent 06f80e9 commit a041420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/emsdk-fetch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ 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-
git checkout 91f8563a9d1a4a0ec03bbb2be23485367d85a091
21+
#git checkout 91f8563a9d1a4a0ec03bbb2be23485367d85a091
2222
./emsdk install ${EMFLAVOUR:-latest}
2323
./emsdk activate ${EMFLAVOUR:-latest}
2424
pushd upstream/emscripten

0 commit comments

Comments
 (0)