[gegl/abderrahim/meson-python-fix: 33/33] build: don't fail on unknown architecture



commit 7efa009bbf917cd2f9f817b7415e3a13ac4080cc
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 4427844f9..2d0afb2d8 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]