We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be25a50 commit 6f7e80bCopy full SHA for 6f7e80b
SConstruct
@@ -54,6 +54,7 @@ else:
54
# Default tools with no platform defaults to gnu toolchain.
55
# We apply platform specific toolchains via our custom tools.
56
env = Environment(tools=["default"], PLATFORM="")
57
+env.PrependENVPath("PATH", os.getenv("PATH"))
58
59
# Default num_jobs to local cpu count if not user specified.
60
# SCons has a peculiarity where user-specified options won't be overridden
0 commit comments