mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-23 14:15:42 +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
|
else
|
||||||
{
|
{
|
||||||
RDCERR("dladdr failed to get library path");
|
RDCERR("dladdr failed to get library path");
|
||||||
|
selfName = "";
|
||||||
}
|
}
|
||||||
selfName = "";
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user