diff --git a/wscript b/wscript index 63692cb3..ed745d74 100644 --- a/wscript +++ b/wscript @@ -101,9 +101,9 @@ def configure(conf): # TODO: wrapper around bld.stlib, bld.shlib and so on? conf.env.MSVC_SUBSYSTEM = 'WINDOWS,5.01' conf.env.MSVC_TARGETS = ['x86'] # explicitly request x86 target for MSVC - conf.load('xcompile compiler_c compiler_cxx gitversion clang_compilation_database') if sys.platform == 'win32': conf.load('msvc msvs') + conf.load('xcompile compiler_c compiler_cxx gitversion clang_compilation_database') # print(conf.options.ALLOW64)