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