mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 14:41:43 +00:00
aedi: use proper environment in cmake target
This commit is contained in:
parent
ea74a92a68
commit
dfdf48acc9
1 changed files with 1 additions and 1 deletions
|
@ -413,4 +413,4 @@ class CMakeTarget(BuildTarget):
|
|||
if state.verbose:
|
||||
args.append('VERBOSE=1')
|
||||
|
||||
subprocess.check_call(args, cwd=state.build_path)
|
||||
subprocess.check_call(args, cwd=state.build_path, env=self.environment)
|
||||
|
|
Loading…
Reference in a new issue