We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6dee96 commit d2064feCopy full SHA for d2064fe
SConstruct
@@ -1025,14 +1025,13 @@ if env["ninja"]:
1025
Exit(255)
1026
1027
SetOption("experimental", "ninja")
1028
+ env.Tool("ninja")
1029
1030
# By setting this we allow the user to run ninja by themselves with all
1031
# the flags they need, as apparently automatically running from scons
1032
# is way slower.
1033
SetOption("disable_execute_ninja", True)
1034
- env.Tool("ninja")
1035
-
1036
# Threads
1037
if env["threads"]:
1038
env.Append(CPPDEFINES=["THREADS_ENABLED"])
0 commit comments