summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Configurations/50-haiku.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/Configurations/50-haiku.conf b/Configurations/50-haiku.conf
index d37ab83ada..4580e71a3e 100644
--- a/Configurations/50-haiku.conf
+++ b/Configurations/50-haiku.conf
@@ -7,6 +7,9 @@ my %targets = (
release => "-O2")),
cflags => add_before("-DL_ENDIAN -include \$(SRCDIR)/os-dep/haiku.h",
threads("-D_REENTRANT")),
+ AR => "ar",
+ ARFLAGS => "qc",
+ HASHBANGPERL => "/bin/env perl",
sys_id => "HAIKU",
ex_libs => "-lnetwork",
perlasm_scheme => "elf",