Skip to content

Commit

Permalink
3.1.45pre
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Aug 20, 2023
1 parent cae30a6 commit 163dc7e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion scripts/cpython-build-emsdk-prebuilt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions scripts/cpython-fetch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions scripts/emsdk-fetch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 163dc7e

Please sign in to comment.