Skip to content

Commit

Permalink
3.14a1
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Oct 17, 2024
1 parent f1c3180 commit 9f4951f
Showing 1 changed file with 3 additions and 3 deletions.
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 14$
then
wget -c https://www.python.org/ftp/python/3.14.0/Python-3.14.0a0.tar.xz
tar xf Python-3.14.0a0.tar.xz
ln -s Python-3.14.0a0 cpython${PYBUILD}
wget -c https://www.python.org/ftp/python/3.14.0/Python-3.14.0a1.tar.xz
tar xf Python-3.14.0a1.tar.xz
ln -s Python-3.14.0a1 cpython${PYBUILD}

mkdir $ROOT/devices/emsdk/usr/lib $ROOT/devices/$(arch)/usr/lib -p

Expand Down

0 comments on commit 9f4951f

Please sign in to comment.