|
@@ -95,7 +95,7 @@ env_base.SConsignFile(".sconsign{0}.dblite".format(pickle.HIGHEST_PROTOCOL))
|
|
|
|
|
|
customs = ["custom.py"]
|
|
customs = ["custom.py"]
|
|
|
|
|
|
-profile = methods.get_cmdline_bool("profile", False)
|
|
|
|
|
|
+profile = ARGUMENTS.get("profile", "")
|
|
if profile:
|
|
if profile:
|
|
if os.path.isfile(profile):
|
|
if os.path.isfile(profile):
|
|
customs.append(profile)
|
|
customs.append(profile)
|