no message

This commit is contained in:
alexey.lysiuk 2024-02-22 17:25:15 +02:00
parent 3e2b1990af
commit 1c7da9d794
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ class MoltenVKTarget(base.MakeTarget):
if static_lib_time != dynamic_lib_time:
os.makedirs(state.lib_path, exist_ok=True)
args = [
'clang++',
'-stdlib=libc++',