mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
Fix link_args in src/modules/echo-cancel/meson.build
Authored-by: Gleb Popov <arrowd@FreeBSD.org> Sponsored by: Future Crew, LLC
This commit is contained in:
parent
3e2bb8a1ec
commit
5b5a25a14d
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,8 @@ libwebrtc_util_sources = [
|
||||||
|
|
||||||
if host_machine.system() == 'darwin'
|
if host_machine.system() == 'darwin'
|
||||||
ignore_unresolved_symbols_link_args = ['-Wl,-undefined,dynamic_lookup']
|
ignore_unresolved_symbols_link_args = ['-Wl,-undefined,dynamic_lookup']
|
||||||
|
elif host_machine.system() == 'freebsd'
|
||||||
|
ignore_unresolved_symbols_link_args = ['']
|
||||||
else
|
else
|
||||||
ignore_unresolved_symbols_link_args = ['-Wl,--unresolved-symbols=ignore-in-object-files']
|
ignore_unresolved_symbols_link_args = ['-Wl,--unresolved-symbols=ignore-in-object-files']
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue