mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 09:46:17 +01:00
glib/tests/constructor: Add test dependency on constructor_lib
Otherwise we may build the test but not its dependent library
This commit is contained in:
parent
651beec963
commit
5aafaa0cc9
@ -352,6 +352,7 @@ if host_machine.system() == 'windows' or have_dlopen_dlsym
|
||||
'-DBUILD_TEST_EXECUTABLE',
|
||||
'-DPREFIX=app'],
|
||||
'dependencies' : libdl_dep,
|
||||
'depends': constructor_lib,
|
||||
'link_with': [constructor_helper]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user