mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
Add the bundle framework path to the libMoltenVK.dylib paths
Fixes https://github.com/libsdl-org/SDL/issues/14313
This commit is contained in:
parent
c959f9f0d8
commit
d2c6aeea7d
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@
|
|||
#include <dlfcn.h>
|
||||
|
||||
const char *defaultPaths[] = {
|
||||
"@executable_path/../Frameworks/libMoltenVK.dylib",
|
||||
"vulkan.framework/vulkan",
|
||||
"libvulkan.1.dylib",
|
||||
"libvulkan.dylib",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue