mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-25 13:21:05 +00:00
aedi: fix xcode project creation for yquake2 target
This commit is contained in:
parent
3410448132
commit
e2a01b9527
1 changed files with 3 additions and 0 deletions
|
@ -406,4 +406,7 @@ class YQuake2Target(CMakeMainTarget):
|
||||||
super().configure(state)
|
super().configure(state)
|
||||||
|
|
||||||
def post_build(self, state: BuildState):
|
def post_build(self, state: BuildState):
|
||||||
|
if state.xcode:
|
||||||
|
return
|
||||||
|
|
||||||
shutil.copytree(state.build_path / 'release', state.install_path, dirs_exist_ok=True)
|
shutil.copytree(state.build_path / 'release', state.install_path, dirs_exist_ok=True)
|
||||||
|
|
Loading…
Reference in a new issue