mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 03:51:33 +00:00
build script: use adjusted environment for target installation
This commit is contained in:
parent
bddd779361
commit
f0b23e87f2
1 changed files with 1 additions and 1 deletions
2
build.py
2
build.py
|
@ -143,7 +143,7 @@ class Target(BaseTarget):
|
|||
args += options and options.to_list() or []
|
||||
|
||||
work_path = builder.build_path + self.src_root
|
||||
subprocess.check_call(args, cwd=work_path)
|
||||
subprocess.check_call(args, cwd=work_path, env=self.environment)
|
||||
|
||||
self.update_pc_files()
|
||||
|
||||
|
|
Loading…
Reference in a new issue