File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 22
33. ${CONFIG:- config}
44
5- CYTHON_REL=${CYTHON_REL:- 3.0.0a11 }
5+ CYTHON_REL=${CYTHON_REL:- 3.0.0 }
66CYTHON_WHL=${CYTHON:- Cython-${CYTHON_REL} -py2.py3-none-any.whl}
77
88$HPY -m pip install --upgrade pip
Original file line number Diff line number Diff line change 4444
4545if echo $PYBUILD | grep -q 11$
4646then
47- wget -q -c https://www.python.org/ftp/python/3.11.2 /Python-3.11.2 .tar.xz
48- tar xf Python-3.11.2 .tar.xz
49- ln -s Python-3.11.2 cpython${PYBUILD}
47+ wget -q -c https://www.python.org/ftp/python/3.11.4 /Python-3.11.4 .tar.xz
48+ tar xf Python-3.11.4 .tar.xz
49+ ln -s Python-3.11.4 cpython${PYBUILD}
5050 export REBUILD=true
5151fi
5252
Original file line number Diff line number Diff line change 2525 echo " FIXME: Applying https://github.com/emscripten-core/emscripten/pull/17956"
2626 wget https://patch-diff.githubusercontent.com/raw/emscripten-core/emscripten/pull/17956.diff
2727 patch -p1 < 17956.diff
28- echo " FIXME: Applying https://github.com/emscripten-core/emscripten/pull/18941"
29- wget https://patch-diff.githubusercontent.com/raw/emscripten-core/emscripten/pull/18941.diff
30- patch -p1 < 18941.diff
28+ # echo "FIXME: Applying https://github.com/emscripten-core/emscripten/pull/18941"
29+ # wget https://patch-diff.githubusercontent.com/raw/emscripten-core/emscripten/pull/18941.diff
30+ # patch -p1 < 18941.diff
3131 popd
3232
3333# wget https://raw.githubusercontent.com/paradust7/minetest-wasm/main/emsdk_emcc.patch
You can’t perform that action at this time.
0 commit comments