mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-09 12:32:33 +03:00
Merge branch 'master' into merge-2.073
Conflicts: tests/d2/dmd-testsuite
This commit is contained in:
commit
97188a1a27
12 changed files with 122 additions and 93 deletions
|
@ -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";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue