Skip to content

Commit

Permalink
CI: Use x86_64 MinGW target
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Jun 2, 2020
1 parent c85e7eb commit 627d1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/run_docker_mingw.sh
Expand Up @@ -12,7 +12,7 @@ fi

mkdir build && cd build

ARCH=i686
ARCH=x86_64
MINGW_PREFIX=/usr/${ARCH}-w64-mingw32
PYMAJMIN=38
PREFIX=${PWD}/install
Expand Down

0 comments on commit 627d1b4

Please sign in to comment.