diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/shared/runtime_paths.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/runtime_paths.cpp b/src/shared/runtime_paths.cpp index a65131fb..17a62e43 100644 --- a/src/shared/runtime_paths.cpp +++ b/src/shared/runtime_paths.cpp @@ -97,8 +97,8 @@ module_path(const std::string& name) // MacPorts glib doesnt seem to do portable path building correctly... if (ret.substr(ret.length() - 3) == ".so") ret = ret.substr(0, ret.length() - 2).append("dylib"); - return ret; #endif + return ret; } |