You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
274 B

  1. --- a/scons.py
  2. +++ b/scons.py
  3. @@ -56,6 +56,7 @@ if script_path in sys.path:
  4. sys.path.remove(script_path)
  5. libs = []
  6. +libs = [os.path.join(os.path.dirname(script_dir), 'lib', 'scons')]
  7. if "SCONS_LIB_DIR" in os.environ:
  8. libs.append(os.environ["SCONS_LIB_DIR"])