mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-16 16:41:42 +00:00
aedi: fix install with altered source path
This commit is contained in:
parent
f6f6aa13ed
commit
95305cbbf1
1 changed files with 1 additions and 2 deletions
|
@ -118,8 +118,7 @@ class BuildTarget(Target):
|
|||
args = [tool, 'install']
|
||||
args += options and options.to_list() or []
|
||||
|
||||
work_path = state.build_path + self.src_root
|
||||
subprocess.check_call(args, cwd=work_path, env=self.environment)
|
||||
subprocess.check_call(args, cwd=state.build_path, env=self.environment)
|
||||
|
||||
self.update_pc_files(state)
|
||||
|
||||
|
|
Loading…
Reference in a new issue