Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion bin/cibw_before_all_windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ set -o errexit
# Make a setup.cfg to specify compiling with mingw64 (even though it says
# mingw32...)
#

# This is not needed any more for python-flint >= 0.7.0 because meson is now
# used as the build system rather than setuptools:
echo '[build]' > setup.cfg
echo 'compiler = mingw32' >> setup.cfg
cat setup.cfg
Expand All @@ -25,5 +28,5 @@ pacman -S --noconfirm \
libtool\
#

# This takes ~30mins
# This is slow with MinGW:
bin/build_dependencies_unix.sh --use-gmp-github-mirror
Loading
Loading