mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-11 05:13:50 +01:00
build: Include host_machine.cpu_family() in tapset directory (Meson)
This is a corresponding change to meson.build to match commit 030efac0777cdc3330d3afa12dafa95f6449e14b Signed-off-by: Philip Withnall <withnall@endlessm.com> https://bugzilla.gnome.org/show_bug.cgi?id=662802
This commit is contained in:
parent
90dd9ff363
commit
0a2b238f7c
@ -1576,7 +1576,7 @@ enable_systemtap = false
|
||||
if want_systemtap and enable_dtrace
|
||||
tapset_install_dir = get_option('tapset-install-dir')
|
||||
if tapset_install_dir == ''
|
||||
tapset_install_dir = join_paths(get_option('datadir'), 'systemtap/tapset')
|
||||
tapset_install_dir = join_paths(get_option('datadir'), 'systemtap/tapset', host_machine.cpu_family())
|
||||
endif
|
||||
stp_cdata = configuration_data()
|
||||
stp_cdata.set('ABS_GLIB_RUNTIME_LIBDIR', glib_libdir)
|
||||
|
Loading…
x
Reference in New Issue
Block a user