Created
April 3, 2026 08:55
-
-
Save andyvand/5067efec3d605b71757c1350d4d1af4b to your computer and use it in GitHub Desktop.
MoltenVK 1.4.1 static patch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff -Nur MoltenVK-1.4.1/MoltenVK/CMakeLists.txt MoltenVK-1.4.1-static/MoltenVK/CMakeLists.txt | |
| --- MoltenVK-1.4.1/MoltenVK/CMakeLists.txt 2025-11-25 14:37:32 | |
| +++ MoltenVK-1.4.1-static/MoltenVK/CMakeLists.txt 2026-04-03 10:53:01 | |
| @@ -6,7 +6,7 @@ | |
| # easier to maintain in conjunction with the Xcode project file. | |
| file(GLOB_RECURSE SOURCES "MoltenVK/*.c" "MoltenVK/*.cpp" "MoltenVK/*.m" "MoltenVK/*.mm") | |
| -add_library(MoltenVK SHARED ${SOURCES}) | |
| +add_library(MoltenVK STATIC ${SOURCES}) | |
| add_library(MoltenVK::MoltenVK ALIAS MoltenVK) | |
| target_include_directories(MoltenVK |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment