mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
haiku case for libc link flags
This commit is contained in:
parent
2be2c983cb
commit
c4a4330cc7
@ -366,6 +366,12 @@ pub fn libcFullLinkFlags(target: std.Target) []const []const u8 {
|
||||
"-lc",
|
||||
"-lutil",
|
||||
},
|
||||
.haiku => &[_][]const u8{
|
||||
"-lm",
|
||||
"-lroot",
|
||||
"-lpthread",
|
||||
"-lc",
|
||||
},
|
||||
else => switch (target.abi) {
|
||||
.android => &[_][]const u8{
|
||||
"-lm",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user