aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2022-05-08 16:21:32 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2022-05-08 16:21:32 +0000
commita4434c81a357f2078469572ef7a66ee4c2e18f13 (patch)
tree0cff3865793cd33c59f301ae657316813feb56f7
parent11d70507f8abc88c32106d54fdc00eff1e6469a5 (diff)
parent929f968fc3ee81cf9b756be89b0945448ec94ed8 (diff)
downloadslirp-a4434c81a357f2078469572ef7a66ee4c2e18f13.zip
slirp-a4434c81a357f2078469572ef7a66ee4c2e18f13.tar.gz
slirp-a4434c81a357f2078469572ef7a66ee4c2e18f13.tar.bz2
Merge branch 'haiku' into 'master'
Add support for Haiku to meson.build See merge request slirp/libslirp!123
-rw-r--r--meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index abbf0c7..5fe33d3 100644
--- a/meson.build
+++ b/meson.build
@@ -69,6 +69,10 @@ elif host_system == 'darwin'
platform_deps += [
cc.find_library('resolv')
]
+elif host_system == 'haiku'
+ platform_deps += [
+ cc.find_library('network')
+ ]
endif
cargs = [