Skip to content

Instantly share code, notes, and snippets.

@andyvand
Created April 3, 2026 08:55
Show Gist options
  • Select an option

  • Save andyvand/5067efec3d605b71757c1350d4d1af4b to your computer and use it in GitHub Desktop.

Select an option

Save andyvand/5067efec3d605b71757c1350d4d1af4b to your computer and use it in GitHub Desktop.
MoltenVK 1.4.1 static patch
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