We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08ee0d3 commit bc42e14Copy full SHA for bc42e14
bin/cibw_before_build_windows.sh
@@ -28,13 +28,15 @@ echo ---------------------------------------------------
28
# Find pythonXX.dll and make a .a library #
29
###################################################
30
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
+# XXX: Maybe this is not necessary any more with meson?
+
+#cd $homepath
+#gendef python${VER}.dll
+#dlltool --dllname python${VER}.dll \
+# --def python${VER}.def \
+# --output-lib libpython${VER}.a
38
+#
39
+#mv libpython${VER}.a libs
40
41
42
# Install build dependencies #
0 commit comments