Skip to content

Commit

Permalink
python for build cython
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Oct 2, 2024
1 parent 2c6e8e1 commit 48a77b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages.d/pygame/pygame.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ then
"
pushd build
wget -q -c https://github.com/cython/cython/releases/download/3.0.11-1/${CYTHON}
$HPY -m pip install $CYTHON
/opt/python-wasm-sdk/python3-wasm -m pip install --upgrade --force $CYTHON
wget -q -c https://github.com/cython/cython/releases/download/3.0.11-1/${CYTHON}
/opt/python-wasm-sdk/python3-wasm -m pip install --upgrade --force $CYTHON
$HPY -m pip install --upgrade --force $CYTHON
popd
fi

Expand Down

0 comments on commit 48a77b5

Please sign in to comment.