Merge 1a4857cde6
into 36847f6af0
commit
b072ee697c
|
@ -20,11 +20,13 @@ except:
|
|||
env.PrependENVPath("PATH", os.getenv("PATH"))
|
||||
|
||||
# Custom options and profile flags.
|
||||
customs = ["custom.py"]
|
||||
|
||||
try:
|
||||
customs += Import("customs")
|
||||
Import("customs")
|
||||
except:
|
||||
pass
|
||||
customs = []
|
||||
customs += ["custom.py"]
|
||||
|
||||
profile = ARGUMENTS.get("profile", "")
|
||||
if profile:
|
||||
if os.path.isfile(profile):
|
||||
|
|
Loading…
Reference in New Issue