Correct the dynamic lib suffix on Darwin.

llvm-svn: 16293
This commit is contained in:
Reid Spencer 2004-09-11 07:35:01 +00:00
parent 566ac28f35
commit fda2fe9f1e
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ Path::GetTemporaryDirectory() {
std::string
Path::GetDLLSuffix() {
return "dyld";
return "dylib";
}
}