mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-24 21:01:59 +00:00
aedi: fix source path customization
This commit is contained in:
parent
79cf3edf19
commit
8717e14b68
1 changed files with 3 additions and 0 deletions
|
@ -47,6 +47,9 @@ class Builder(object):
|
|||
|
||||
state.platform = self._platforms[0]
|
||||
|
||||
if arguments.source_path:
|
||||
state.source_path = os.path.abspath(arguments.source_path)
|
||||
|
||||
if arguments.target:
|
||||
self._target = self._targets[arguments.target]
|
||||
state.source = state.source_path + self._target.name + os.sep
|
||||
|
|
Loading…
Reference in a new issue