Skip to content

Commit

Permalink
build-python: Make sure to build the libpython DLL before the shared …
Browse files Browse the repository at this point in the history
…modules
  • Loading branch information
mstorsjo committed Dec 3, 2023
1 parent 1106dbc commit 97eadf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ export CXX=$HOST-g++
--without-ensurepip \
--without-c-locale-coercion

$MAKE -j$CORES libpython3.11.dll.a
$MAKE -j$CORES
$MAKE install
rm -rf $PREFIX/lib/python*/test
Expand Down

0 comments on commit 97eadf0

Please sign in to comment.