Skip to content

Commit

Permalink
Try to set MSVC_USE_SCRIPT=False, because why not ?
Browse files Browse the repository at this point in the history
  • Loading branch information
touilleMan committed Dec 26, 2017
1 parent b7d5dd5 commit 04e7065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ vars.Add("CFLAGS", "Custom flags for the C compiler")
vars.Add("LINK", "linker")
vars.Add("LINKFLAGS", "Custom flags for the linker")

env = Environment(ENV=os.environ, variables=vars, MSVC_USE_SCRIPT=None)
env = Environment(ENV=os.environ, variables=vars, MSVC_USE_SCRIPT=False)
# env.AppendENVPath('PATH', os.getenv('PATH'))
# env.Append('DISPLAY', os.getenv('DISPLAY'))
Help(vars.GenerateHelpText(env))
Expand Down

0 comments on commit 04e7065

Please sign in to comment.