Merge pull request #22 from asherkin/fix-win-compiles

remove machine x86 to fix compile on win32
This commit is contained in:
sappho
2024-04-19 18:25:49 -04:00
committed by GitHub
-1
View File
@@ -346,7 +346,6 @@ class ExtensionConfig(object):
'/TP', '/TP',
] ]
cxx.linkflags += [ cxx.linkflags += [
'/MACHINE:X86',
'kernel32.lib', 'kernel32.lib',
'user32.lib', 'user32.lib',
'gdi32.lib', 'gdi32.lib',