|
|
@ -164,7 +164,7 @@ def configure(conf): |
|
|
|
conf.env.MSVC_TARGETS = ['x86' if not conf.options.ALLOW64 else 'x64'] |
|
|
|
conf.env.MSVC_TARGETS = ['x86' if not conf.options.ALLOW64 else 'x64'] |
|
|
|
|
|
|
|
|
|
|
|
# Load compilers early |
|
|
|
# Load compilers early |
|
|
|
conf.load('xshlib xcompile compiler_c compiler_cxx cmake gccdeps msvcdeps') |
|
|
|
conf.load('xshlib xcompile compiler_c compiler_cxx cmake gccdeps') |
|
|
|
|
|
|
|
|
|
|
|
if conf.options.NSWITCH: |
|
|
|
if conf.options.NSWITCH: |
|
|
|
conf.load('nswitch') |
|
|
|
conf.load('nswitch') |
|
|
|