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