Merge branch 'master' into merge-2.073

Conflicts:
	tests/d2/dmd-testsuite
This commit is contained in:
Martin 2017-03-09 01:11:03 +01:00
commit 97188a1a27
12 changed files with 122 additions and 93 deletions

View file

@ -1023,7 +1023,7 @@ int cppmain(int argc, char **argv) {
global.dll_ext = "dll";
global.lib_ext = (global.params.mscoff ? "lib" : "a");
} else {
global.dll_ext = "so";
global.dll_ext = global.params.targetTriple->isOSDarwin() ? "dylib" : "so";
global.lib_ext = "a";
}