Skip to content

Commit d2b3303

Browse files
committed
Add MS_WIN64 define
1 parent 88ffa03 commit d2b3303

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/cibw_before_build_windows_arm64.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Name: Python
7070
Description: CPython import library for MinGW wheel builds
7171
Version: $PKG_VERSION
7272
Libs: -L\${libdir} -l$dll_stem
73-
Cflags: -I\${includedir}
73+
Cflags: -DMS_WIN64 -I\${includedir}
7474
EOF
7575

7676
echo "Generated $import_lib_msys"

0 commit comments

Comments
 (0)