mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-24 09:58:54 +02: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:
@@ -352,6 +352,7 @@ if host_machine.system() == 'windows' or have_dlopen_dlsym
|
|||||||
'-DBUILD_TEST_EXECUTABLE',
|
'-DBUILD_TEST_EXECUTABLE',
|
||||||
'-DPREFIX=app'],
|
'-DPREFIX=app'],
|
||||||
'dependencies' : libdl_dep,
|
'dependencies' : libdl_dep,
|
||||||
|
'depends': constructor_lib,
|
||||||
'link_with': [constructor_helper]
|
'link_with': [constructor_helper]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user