mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 13:20:54 +00:00
Make sure to stop looking once we find the python library
This commit is contained in:
@@ -869,7 +869,11 @@ extern "C" RENDERDOC_API int RENDERDOC_CC RENDERDOC_RunFunctionalTests(int pytho
|
||||
*ver = char('0' + pythonMinorVersion);
|
||||
|
||||
handle = Process::LoadModule(py.c_str());
|
||||
RDCLOG("Loaded python from %s", py.c_str());
|
||||
if(handle)
|
||||
{
|
||||
RDCLOG("Loaded python from %s", py.c_str());
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
if(!handle)
|
||||
|
||||
Reference in New Issue
Block a user