Convert PKGLIBDIR to SGPath before returing it to prevent a compiler error
This commit is contained in:
parent
16814800ce
commit
7f4fe977a1
1 changed files with 1 additions and 1 deletions
|
@ -2561,7 +2561,7 @@ SGPath Options::platformDefaultRoot() const
|
|||
#else
|
||||
SGPath Options::platformDefaultRoot() const
|
||||
{
|
||||
return PKGLIBDIR;
|
||||
return SGPath(PKGLIBDIR);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue