mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-06-03 07:41:08 +00:00
osx: Fix FileIO::GetLibraryFilename
Was always returning empty path. Fixes failing test and error message when launching an OSX capture from qrenderdoc
This commit is contained in:
committed by
Baldur Karlsson
parent
0d31fa28ee
commit
2ec0096bc2
@@ -125,8 +125,8 @@ void GetLibraryFilename(string &selfName)
|
||||
else
|
||||
{
|
||||
RDCERR("dladdr failed to get library path");
|
||||
selfName = "";
|
||||
}
|
||||
selfName = "";
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user