Skip to content

Commit 4a45034

Browse files
committed
3.1.19.1
1 parent 79e7bb5 commit 4a45034

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scripts/cpython-build-emsdk-prebuilt.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ echo "
2424

2525
$PIP install --upgrade pip
2626

27+
$PIP install build/$CYTHON_WHL
28+
2729
for pkg in wheel installer
2830
do
2931
if [ -d prebuilt/emsdk/${PYBUILD}/site-packages/$pkg ]
@@ -39,9 +41,6 @@ do
3941
done
4042

4143

42-
$PIP install build/$CYTHON_WHL
43-
44-
4544

4645
pushd src
4746

0 commit comments

Comments
 (0)