blob: 6327812bf0eb0afb6fa7206624b3331a09cd35f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- glib-2.64.1.orig/gio/tests/meson.build
+++ glib-2.64.1/gio/tests/meson.build
@@ -668,7 +668,7 @@
ld = find_program('ld', required : false)
- if build_machine.system() == 'linux' and cc.get_id() == 'gcc' and objcopy.found() and objcopy_supports_add_symbol and ld.found()
+ if build_machine.system() == 'linux' and cc.get_id() == 'gcc' and objcopy.found() and objcopy_supports_add_symbol and ld.found() and host_machine.cpu_family() != 'mips64'
test_gresource_binary = custom_target('test5.gresource',
input : 'test5.gresource.xml',
output : 'test5.gresource',
|