-
Notifications
You must be signed in to change notification settings - Fork 310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DynamicLoader doesn't look for loader in /usr/local/lib
on macOS
#1975
Comments
I can confirm that i get this issue on MacOS after updating to the latest OS |
@tomadamatkinson and @ivirtex Would you please verify, if this #1991 actually resolved this issue? |
Will this change be reflected in Vulkan-Headers repo? |
@ivirtex Sure, some time after this change gets merged (that is, after you and/or @tomadamatkinson verified that it resolves this issue) it will be part of the Vulkan-Headers repo. |
Could this be adjusted to prefer The app bundles in |
Vulkan SDK loader is usually installed in
/usr/local/lib
on macOS.DynamicLoader should look into this path as a potential place to find the loader, since new macOS versions don't look there by default.
The text was updated successfully, but these errors were encountered: