Fix apple build

This commit is contained in:
baldurk
2019-06-05 19:01:42 +01:00
parent 70007d0794
commit c082a3ca7d
+1 -1
View File
@@ -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)
{