diff options
Diffstat (limited to 'lib/System/SunOS/Path.cpp')
-rw-r--r-- | lib/System/SunOS/Path.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/System/SunOS/Path.cpp b/lib/System/SunOS/Path.cpp index 3499d52587..4ba83ff89e 100644 --- a/lib/System/SunOS/Path.cpp +++ b/lib/System/SunOS/Path.cpp @@ -47,6 +47,11 @@ Path::GetTemporaryDirectory() { return result; } +std::string +Path::GetDLLSuffix() { + return "so"; +} + } // vim: sw=2 smartindent smarttab tw=80 autoindent expandtab |