[gegl/abderrahim/meson-python-fix: 3/3] build: don't fail on unknown architecture
- From: Abderrahim Kitouni <akitouni src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl/abderrahim/meson-python-fix: 3/3] build: don't fail on unknown architecture
- Date: Sun, 18 Aug 2019 15:02:21 +0000 (UTC)
commit f083bb009867df227da263253023b476ee2eb7a1
Author: Abderrahim Kitouni <akitouni gnome org>
Date: Sun Aug 18 12:36:47 2019 +0100
build: don't fail on unknown architecture
The autotools build ignored unknown architectures silently while the meson
build errors out. This turns the error into a warning.
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 979337873..e152925cf 100644
--- a/meson.build
+++ b/meson.build
@@ -86,7 +86,7 @@ elif host_cpu == 'ppc64' or host_cpu == 'powerpc64'
config.set10('ARCH_PPC', true)
config.set10('ARCH_PPC64', true)
else
- error('Unknown host architecture')
+ warning('Unknown host architecture')
endif
# Should be filled with c_arguments, is checked before use.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]