mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-28 20:11:34 +01:00
12 lines
569 B
Diff
12 lines
569 B
Diff
--- glib-2.62.3.orig/gio/tests/meson.build
|
|
+++ glib-2.62.3/gio/tests/meson.build
|
|
@@ -579,7 +579,7 @@
|
|
# LLVM once that support is in a stable release.
|
|
objcopy = find_program('objcopy', required : false)
|
|
|
|
- if build_machine.system() == 'linux' and cc.get_id() == 'gcc' and objcopy.found()
|
|
+ if build_machine.system() == 'linux' and cc.get_id() == 'gcc' and objcopy.found() and not build_machine.cpu_family().startswith('mips')
|
|
test_gresource_binary = custom_target('test5.gresource',
|
|
input : 'test5.gresource.xml',
|
|
output : 'test5.gresource',
|