aedi: fix xcode project creation for yquake2 target

This commit is contained in:
alexey.lysiuk 2021-12-11 16:50:47 +02:00
parent 3410448132
commit e2a01b9527

View file

@ -406,4 +406,7 @@ class YQuake2Target(CMakeMainTarget):
super().configure(state)
def post_build(self, state: BuildState):
if state.xcode:
return
shutil.copytree(state.build_path / 'release', state.install_path, dirs_exist_ok=True)