1
0
Fork 0

Convert PKGLIBDIR to SGPath before returing it to prevent a compiler error

This commit is contained in:
Erik Hofman 2016-06-24 12:54:01 +02:00
parent 16814800ce
commit 7f4fe977a1

View file

@ -2561,7 +2561,7 @@ SGPath Options::platformDefaultRoot() const
#else
SGPath Options::platformDefaultRoot() const
{
return PKGLIBDIR;
return SGPath(PKGLIBDIR);
}
#endif