mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-16 08:31:30 +00:00
aedi: do not delete install path when xcode project generation is requested
This commit is contained in:
parent
197d5c1aaf
commit
30db3a78f6
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ class Builder(object):
|
|||
|
||||
assert state.install_path
|
||||
|
||||
if os.path.exists(state.install_path):
|
||||
if not state.xcode and os.path.exists(state.install_path):
|
||||
shutil.rmtree(state.install_path)
|
||||
|
||||
self._create_prefix_directory()
|
||||
|
|
Loading…
Reference in a new issue