mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-15 05:00:09 +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'],
|
['accessible'],
|
||||||
['adjustment'],
|
['adjustment'],
|
||||||
['bitmask', ['../../gtk/gtkallocatedbitmask.c'], ['-DGTK_COMPILATION', '-UG_ENABLE_DEBUG']],
|
['bitmask', ['../../gtk/gtkallocatedbitmask.c'], ['-DGTK_COMPILATION', '-UG_ENABLE_DEBUG']],
|
||||||
['builder', [], [], ['-export-dynamic']],
|
['builder', [], [], ['-Wl,--export-dynamic']],
|
||||||
['builderparser'],
|
['builderparser'],
|
||||||
['cellarea'],
|
['cellarea'],
|
||||||
['check-icon-names'],
|
['check-icon-names'],
|
||||||
|
Loading…
Reference in New Issue
Block a user