mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 20:51:07 +00:00
build: Use appropriate linker flag for the builder test
The `-export-dynamic` flag is a libtool-specific flag; since we're not using libtool with Meson, we should instruct the C compiler to use the appropriate linker flag instead.
This commit is contained in:
parent
c05fcdbba0
commit
fb6f9e10da
@ -3,7 +3,7 @@ tests = [
|
||||
['accessible'],
|
||||
['adjustment'],
|
||||
['bitmask', ['../../gtk/gtkallocatedbitmask.c'], ['-DGTK_COMPILATION', '-UG_ENABLE_DEBUG']],
|
||||
['builder', [], [], ['-export-dynamic']],
|
||||
['builder', [], [], ['-Wl,--export-dynamic']],
|
||||
['builderparser'],
|
||||
['cellarea'],
|
||||
['check-icon-names'],
|
||||
|
Loading…
Reference in New Issue
Block a user