Skip to content

Commit bc42e14

Browse files
committed
Try not making the libpython.a on Windows...
1 parent 08ee0d3 commit bc42e14

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

bin/cibw_before_build_windows.sh

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,15 @@ echo ---------------------------------------------------
2828
# Find pythonXX.dll and make a .a library #
2929
###################################################
3030

31-
cd $homepath
32-
gendef python${VER}.dll
33-
dlltool --dllname python${VER}.dll \
34-
--def python${VER}.def \
35-
--output-lib libpython${VER}.a
36-
37-
mv libpython${VER}.a libs
31+
# XXX: Maybe this is not necessary any more with meson?
32+
33+
#cd $homepath
34+
#gendef python${VER}.dll
35+
#dlltool --dllname python${VER}.dll \
36+
# --def python${VER}.def \
37+
# --output-lib libpython${VER}.a
38+
#
39+
#mv libpython${VER}.a libs
3840

3941
###################################################
4042
# Install build dependencies #

0 commit comments

Comments
 (0)