mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 21:10:42 +00:00
Fix apple build
This commit is contained in:
@@ -109,7 +109,7 @@ void *LoadVulkanLibrary()
|
||||
}
|
||||
|
||||
// then try the standard SDK install path under /usr/local/lib
|
||||
void *ret = Process::LoadModule(("/usr/local/lib/" + VulkanLibraryName).c_str());
|
||||
ret = Process::LoadModule(("/usr/local/lib/" + VulkanLibraryName).c_str());
|
||||
|
||||
if(ret)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user