no message

This commit is contained in:
alexey.lysiuk 2024-02-22 17:16:33 +02:00
parent e18a388b6f
commit eb843ba343
1 changed files with 2 additions and 0 deletions

View File

@ -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++',