Commit 095e6e6a authored by François Revol's avatar François Revol Committed by Max Kellermann

Haiku: meson.build: fix linking (missing libs)

parent 9d0bf5e9
......@@ -399,6 +399,12 @@ if is_android
declare_dependency(sources: [classes_jar]),
java_dep,
]
elif is_haiku
target_type = 'executable'
link_args += [
'-lnetwork',
'-lbe',
]
else
target_type = 'executable'
endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment