summaryrefslogtreecommitdiff
path: root/cpp/src/qpidd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpidd.cpp')
-rw-r--r--cpp/src/qpidd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpidd.cpp b/cpp/src/qpidd.cpp
index 0b8ab4076c..f240b45dd8 100644
--- a/cpp/src/qpidd.cpp
+++ b/cpp/src/qpidd.cpp
@@ -155,7 +155,7 @@ void tryShlib(const char* libname, bool noThrow) {
void loadModuleDir (string dirname, bool isDefault)
{
- fs::path dirPath (dirname);
+ fs::path dirPath (dirname, fs::native);
if (!fs::exists (dirPath))
{