diff options
Diffstat (limited to 'lib/System/Path.cpp')
-rw-r--r-- | lib/System/Path.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/System/Path.cpp b/lib/System/Path.cpp index ae166a5..8fc4153 100644 --- a/lib/System/Path.cpp +++ b/lib/System/Path.cpp @@ -192,7 +192,7 @@ Path::FindLibrary(std::string& name) { } StringRef Path::GetDLLSuffix() { - return LTDL_SHLIB_EXT; + return &(LTDL_SHLIB_EXT[1]); } bool |