Skip to content
Snippets Groups Projects
Commit 3f93f954 authored by Filippo Cremonese's avatar Filippo Cremonese
Browse files

Fixed variables evaluation order

parent 72b5aee8
No related branches found
No related tags found
No related merge requests found
......@@ -17,13 +17,13 @@ def global_env(config):
path += f":{additional_path}"
path += "${PATH:+:${PATH}}"
env["PATH"] = path
env["ORCHESTRA"] = orchestra
env["ORCHESTRA_ROOT"] = f"{orchestra}/root"
env["SOURCE_ARCHIVES"] = f"{orchestra}/.orchestra/source_archives"
env["PATCH_DIR"] = f"{orchestra}/patches"
env["TMP_ROOT"] = f"{orchestra}/.orchestra/tmproot"
env["JOBS"] = config["options"]["parallelism"]
env["PATH"] = path
return env
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment