mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 03:51:33 +00:00
build script: fix prefix directory creation
This commit is contained in:
parent
c36743fd96
commit
cd6d474727
1 changed files with 2 additions and 1 deletions
1
build.py
1
build.py
|
@ -1817,6 +1817,7 @@ class Builder(object):
|
|||
cleanup = True
|
||||
|
||||
for dep in os.scandir(self.deps_path):
|
||||
if dep.is_dir():
|
||||
Builder.symlink_directory(dep.path, self.prefix_path, cleanup)
|
||||
|
||||
# Do symlink cleanup only once
|
||||
|
|
Loading…
Reference in a new issue