mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-24 21:01:59 +00:00
aedi: support relative source path
This commit is contained in:
parent
af757ff4c3
commit
09d54f3dca
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class Builder(object):
|
|||
state.external_source = False
|
||||
else:
|
||||
assert arguments.source
|
||||
state.source = arguments.source + os.sep
|
||||
state.source = os.path.abspath(arguments.source) + os.sep
|
||||
state.external_source = True
|
||||
self._detect_target()
|
||||
|
||||
|
|
Loading…
Reference in a new issue