mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 14:41:43 +00:00
aedi: create source path directory
This commit is contained in:
parent
ff6101c1b1
commit
93210b1a81
1 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,8 @@ class Builder(object):
|
|||
self._target = self._targets[arguments.target]
|
||||
state.source = state.source_path / self._target.name
|
||||
state.external_source = False
|
||||
|
||||
os.makedirs(state.source_path, exist_ok=True)
|
||||
else:
|
||||
assert arguments.source
|
||||
state.source = Path(arguments.source).absolute()
|
||||
|
|
Loading…
Reference in a new issue