diff options
Diffstat (limited to '3rdParty')
-rw-r--r-- | 3rdParty/Snarl/SConscript | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/3rdParty/Snarl/SConscript b/3rdParty/Snarl/SConscript index 99900f7..8733390 100644 --- a/3rdParty/Snarl/SConscript +++ b/3rdParty/Snarl/SConscript @@ -3,7 +3,8 @@ Import("env") ################################################################################ # Flags ################################################################################ -if env.get("HAVE_SNARL", True) : + +if env.get("HAVE_SNARL", False) : if env["SCONS_STAGE"] == "flags" : env["SNARL_FLAGS"] = { "CPPPATH": [Dir(".")], |