Skip to content

Commit

Permalink
wscript: enable faster builds with gccdeps/msvcdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross committed Oct 31, 2023
1 parent bf68291 commit 29c9393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wscript
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def configure(conf):
conf.env.MSVC_TARGETS = ['x86' if not conf.options.ALLOW64 else 'x64']

# Load compilers early
conf.load('xshlib xcompile compiler_c compiler_cxx cmake')
conf.load('xshlib xcompile compiler_c compiler_cxx cmake gccdeps msvcdeps')

if conf.options.NSWITCH:
conf.load('nswitch')
Expand Down

0 comments on commit 29c9393

Please sign in to comment.