Closed am11 closed 1 year ago
If interpreter read from binary is absolute path, then findLibs does not locate the interpreter in libDirs.
findLibs
libDirs
This delta is fixing the issue by resolving the interpreter's base name.
If interpreter read from binary is absolute path, then
findLibs
does not locate the interpreter inlibDirs
.This delta is fixing the issue by resolving the interpreter's base name.