mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-01 07:30:43 +03:00
netbsd changes
This commit is contained in:
parent
d3da2391ed
commit
556e3a691f
3 changed files with 10 additions and 5 deletions
|
@ -175,6 +175,7 @@ static int linkObjToBinaryGcc(bool sharedLib, bool fullyStatic) {
|
|||
args.push_back("-ldl");
|
||||
// fallthrough
|
||||
case llvm::Triple::FreeBSD:
|
||||
case llvm::Triple::NetBSD:
|
||||
addSoname = true;
|
||||
args.push_back("-lpthread");
|
||||
args.push_back("-lm");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue