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