mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-24 21:16:15 +01:00
meson: add libintl when linking gio-tests on OSX
https://bugzilla.gnome.org/show_bug.cgi?id=791460
This commit is contained in:
parent
9c8c6094fd
commit
db7c1180b3
@ -1,5 +1,9 @@
|
||||
common_gio_tests_deps = [libglib_dep, libgmodule_dep, libgobject_dep, libgio_dep]
|
||||
|
||||
if host_system == 'darwin'
|
||||
common_gio_tests_deps += [libintl]
|
||||
endif
|
||||
|
||||
subdir('gdbus-object-manager-example')
|
||||
|
||||
gengiotypefuncs_prog = find_program('gengiotypefuncs.py')
|
||||
|
Loading…
Reference in New Issue
Block a user