Haiku: meson.build: fix linking (missing libs)
This commit is contained in:
parent
9d0bf5e95c
commit
095e6e6ad4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue