mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-20 10:32:23 +00:00
aedi: open generated xcode project via cmake
This commit is contained in:
parent
dfdf48acc9
commit
1e2ee9c0df
1 changed files with 1 additions and 2 deletions
|
@ -405,8 +405,7 @@ class CMakeTarget(BuildTarget):
|
|||
|
||||
def build(self, state: BuildState):
|
||||
if state.xcode:
|
||||
# TODO: support case-sensitive file system
|
||||
args = ('open', self.name + '.xcodeproj')
|
||||
args = ('cmake', '--open', '.')
|
||||
else:
|
||||
args = ['make', '-j', state.jobs]
|
||||
|
||||
|
|
Loading…
Reference in a new issue