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:
Alexander Shursha 2024-11-29 11:18:32 +03:00
parent 3e2bb8a1ec
commit 5b5a25a14d

View file

@ -15,6 +15,8 @@ libwebrtc_util_sources = [
if host_machine.system() == 'darwin'
ignore_unresolved_symbols_link_args = ['-Wl,-undefined,dynamic_lookup']
elif host_machine.system() == 'freebsd'
ignore_unresolved_symbols_link_args = ['']
else
ignore_unresolved_symbols_link_args = ['-Wl,--unresolved-symbols=ignore-in-object-files']
endif