mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-08 12:28:04 +02:00
meson.build/libweston: Fix clang warning for export-dynamic
Identical to8a8558dd, where we need to pass `-Wl` as linker args. Signed-off-by: Marius Vlad <marius.vlad@collabora.com> (cherry picked from commit3a28bd66ff)
This commit is contained in:
parent
efe845a8af
commit
a2aedba531
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ lib_weston = shared_library(
|
|||
'weston-@0@'.format(libweston_major),
|
||||
srcs_libweston,
|
||||
include_directories: include_directories('..', '../shared'),
|
||||
link_args: [ '-export-dynamic' ],
|
||||
link_args: [ '-Wl,-export-dynamic' ],
|
||||
install: true,
|
||||
version: '0.0.@0@'.format(libweston_revision),
|
||||
link_whole: lib_libshared,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue