From 6f8b6aede7c2b13ffd5a6cf5aa18661358540f9c Mon Sep 17 00:00:00 2001 From: Erik Hofman Date: Fri, 24 Jun 2016 12:54:01 +0200 Subject: [PATCH] Convert PKGLIBDIR to SGPath before returing it to prevent a compiler error --- src/Main/options.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main/options.cxx b/src/Main/options.cxx index 75199e744..2b73c5122 100644 --- a/src/Main/options.cxx +++ b/src/Main/options.cxx @@ -2561,7 +2561,7 @@ SGPath Options::platformDefaultRoot() const #else SGPath Options::platformDefaultRoot() const { - return PKGLIBDIR; + return SGPath(PKGLIBDIR); } #endif -- 2.39.5