mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-11-23 18:58:56 +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:
committed by
Philip Withnall
parent
cd65260dae
commit
a5ec1dd612
@@ -350,6 +350,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