| author | |
| committer | |
| log | c4a4330cc7a783ad188daedd05159b725128f69c |
| tree | 076a343390430fcfc78217dd97c37f3056f839d0 |
| parent | 2be2c983cb17bd24e0f876f9e363f8342765273c |
1 files changed, 6 insertions(+), 0 deletions(-)
src/target.zig+6| ... | ... | @@ -366,6 +366,12 @@ pub fn libcFullLinkFlags(target: std.Target) []const []const u8 { |
| 366 | 366 | "-lc", |
| 367 | 367 | "-lutil", |
| 368 | 368 | }, |
| 369 | .haiku => &[_][]const u8{ | |
| 370 | "-lm", | |
| 371 | "-lroot", | |
| 372 | "-lpthread", | |
| 373 | "-lc", | |
| 374 | }, | |
| 369 | 375 | else => switch (target.abi) { |
| 370 | 376 | .android => &[_][]const u8{ |
| 371 | 377 | "-lm", |