mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 06:31:37 +00:00
no message
This commit is contained in:
parent
e18a388b6f
commit
eb843ba343
1 changed files with 2 additions and 0 deletions
|
@ -272,6 +272,8 @@ class MoltenVKTarget(base.MakeTarget):
|
|||
dynamic_lib_time = os.stat(dynamic_lib_path).st_mtime if os.path.exists(dynamic_lib_path) else 0
|
||||
|
||||
if static_lib_time != dynamic_lib_time:
|
||||
os.makedirs(state.lib_path, exist_ok=True)
|
||||
|
||||
args = [
|
||||
'clang++',
|
||||
'-stdlib=libc++',
|
||||
|
|
Loading…
Reference in a new issue