Browse Source

Prepend PATH to scons env

Trey Moller 2 năm trước cách đây
mục cha
commit
6f7e80bbb6
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      SConstruct

+ 1 - 0
SConstruct

@@ -54,6 +54,7 @@ else:
 # Default tools with no platform defaults to gnu toolchain.
 # We apply platform specific toolchains via our custom tools.
 env = Environment(tools=["default"], PLATFORM="")
+env.PrependENVPath("PATH", os.getenv("PATH"))
 
 # Default num_jobs to local cpu count if not user specified.
 # SCons has a peculiarity where user-specified options won't be overridden