We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c19c272 commit e0b29daCopy full SHA for e0b29da
scripts/emsdk-fetch.sh
@@ -21,7 +21,12 @@ then
21
#git checkout 91f8563a9d1a4a0ec03bbb2be23485367d85a091
22
./emsdk install ${EMFLAVOUR:-latest}
23
./emsdk activate ${EMFLAVOUR:-latest}
24
+
25
26
pushd upstream/emscripten
27
+ echo "FIXME: applying stdio* are not const"
28
+ sed -i 's|extern FILE \*const|extern FILE \*|g' cache/sysroot/include/stdio.h
29
30
echo "FIXME: Applying https://github.com/emscripten-core/emscripten/pull/20281 dylink.js : handle ** argument case"
31
wget https://patch-diff.githubusercontent.com/raw/emscripten-core/emscripten/pull/20281.diff
32
patch -p1 < 20281.diff
0 commit comments