mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-24 21:01:59 +00:00
build script: support target detection with spaces in name
This commit is contained in:
parent
93a020330c
commit
3928f26e80
1 changed files with 1 additions and 0 deletions
1
build.py
1
build.py
|
@ -363,6 +363,7 @@ class Builder(object):
|
|||
break
|
||||
|
||||
assert project_name
|
||||
project_name = project_name.replace(' ', '-')
|
||||
self.target = self.targets[project_name]
|
||||
|
||||
def _create_targets(self):
|
||||
|
|
Loading…
Reference in a new issue