Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit d3609de

Browse files
authored
Change CFLAGS to CXXFLAGS for passing -m32 to Pythran (#122)
This changed in Pythran 0.9.10 Fixes: LINK : warning LNK4044: unrecognized option '/m32'; ignored Release\scipy/interpolate\_rbfinterp_pythran.cp39-win32.lib -m32" failed with exit status 1112
1 parent f6e9e5c commit d3609de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ build_script:
168168
# until Microsoft has a switch we can use
169169
# directly for i686 mingw
170170
$env:NPY_DISTUTILS_APPEND_FLAGS = 1
171-
$env:CFLAGS = "-m32"
171+
$env:CXXFLAGS = "-m32"
172172
$env:LDFLAGS = "-m32"
173173
refreshenv
174174
} Else {

0 commit comments

Comments
 (0)