mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-24 21:01:59 +00:00
aedi: bump os version for moltenvk .dylib to 10.13
This commit is contained in:
parent
26bb181e70
commit
e866a7e139
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ class MoltenVKTarget(base.MakeTarget):
|
||||||
'-dynamiclib',
|
'-dynamiclib',
|
||||||
'-arch', 'arm64',
|
'-arch', 'arm64',
|
||||||
'-arch', 'x86_64',
|
'-arch', 'x86_64',
|
||||||
'-mmacosx-version-min=10.12',
|
'-mmacosx-version-min=10.13',
|
||||||
'-compatibility_version', '1.0.0',
|
'-compatibility_version', '1.0.0',
|
||||||
'-current_version', '1.0.0',
|
'-current_version', '1.0.0',
|
||||||
'-install_name', '@rpath/libMoltenVK.dylib',
|
'-install_name', '@rpath/libMoltenVK.dylib',
|
||||||
|
|
Loading…
Reference in a new issue