typo..
parent
c6c92a7d98
commit
e02220e782
|
@ -33,7 +33,7 @@ FileResolver::FileResolver() {
|
||||||
if (info.dli_fname) {
|
if (info.dli_fname) {
|
||||||
/* Try to detect a few default setups */
|
/* Try to detect a few default setups */
|
||||||
if (boost::starts_with(info.dli_fname, "/usr/lib") ||
|
if (boost::starts_with(info.dli_fname, "/usr/lib") ||
|
||||||
boost::starts_with(info.dli_name, "/lib")) {
|
boost::starts_with(info.dli_fname, "/lib")) {
|
||||||
basePath = fs::path("/usr/share/mitsuba");
|
basePath = fs::path("/usr/share/mitsuba");
|
||||||
} else if (boost::starts_with(info.dli_fname, "/usr/local/lib")) {
|
} else if (boost::starts_with(info.dli_fname, "/usr/local/lib")) {
|
||||||
basePath = fs::path("/usr/local/share/mitsuba");
|
basePath = fs::path("/usr/local/share/mitsuba");
|
||||||
|
|
Loading…
Reference in New Issue