diff --git a/scripts/cpython-build-emsdk-prebuilt.sh b/scripts/cpython-build-emsdk-prebuilt.sh index 34f07d0..84d7d25 100755 --- a/scripts/cpython-build-emsdk-prebuilt.sh +++ b/scripts/cpython-build-emsdk-prebuilt.sh @@ -2,7 +2,7 @@ . ${CONFIG:-config} -CYTHON_REL=${CYTHON_REL:-3.0.0a11} +CYTHON_REL=${CYTHON_REL:-3.0.0} CYTHON_WHL=${CYTHON:-Cython-${CYTHON_REL}-py2.py3-none-any.whl} $HPY -m pip install --upgrade pip diff --git a/scripts/cpython-fetch.sh b/scripts/cpython-fetch.sh index 5129c44..15d8b6e 100755 --- a/scripts/cpython-fetch.sh +++ b/scripts/cpython-fetch.sh @@ -44,9 +44,9 @@ fi if echo $PYBUILD | grep -q 11$ then - wget -q -c https://www.python.org/ftp/python/3.11.2/Python-3.11.2.tar.xz - tar xf Python-3.11.2.tar.xz - ln -s Python-3.11.2 cpython${PYBUILD} + wget -q -c https://www.python.org/ftp/python/3.11.4/Python-3.11.4.tar.xz + tar xf Python-3.11.4.tar.xz + ln -s Python-3.11.4 cpython${PYBUILD} export REBUILD=true fi diff --git a/scripts/emsdk-fetch.sh b/scripts/emsdk-fetch.sh index c77396c..d6472b2 100755 --- a/scripts/emsdk-fetch.sh +++ b/scripts/emsdk-fetch.sh @@ -25,9 +25,9 @@ then echo "FIXME: Applying https://github.com/emscripten-core/emscripten/pull/17956" wget https://patch-diff.githubusercontent.com/raw/emscripten-core/emscripten/pull/17956.diff patch -p1 < 17956.diff - echo "FIXME: Applying https://github.com/emscripten-core/emscripten/pull/18941" - wget https://patch-diff.githubusercontent.com/raw/emscripten-core/emscripten/pull/18941.diff - patch -p1 < 18941.diff + #echo "FIXME: Applying https://github.com/emscripten-core/emscripten/pull/18941" + #wget https://patch-diff.githubusercontent.com/raw/emscripten-core/emscripten/pull/18941.diff + #patch -p1 < 18941.diff popd # wget https://raw.githubusercontent.com/paradust7/minetest-wasm/main/emsdk_emcc.patch