diff options
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/qpidd.cpp | 2 |
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)) { |