[gimp] meson: fix last commit
- From: Ell <ell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] meson: fix last commit
- Date: Mon, 28 Oct 2019 06:49:33 +0000 (UTC)
commit 6ea003902df426bc8f501802168636adc00c3639
Author: Ell <ell_se yahoo com>
Date: Mon Oct 28 08:48:46 2019 +0200
meson: fix last commit
meson.build | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index 8b12e5657e..2eb6f17d77 100644
--- a/meson.build
+++ b/meson.build
@@ -187,7 +187,7 @@ if (get_option('buildtype') == 'release' or
have_altivec = false
have_altivec_sysctl = false
- if arch_ppc
+ if host_cpu_family == 'ppc'
altivec_args = cc.get_supported_arguments([
'-faltivec',
'-maltivec',
@@ -474,7 +474,7 @@ endif
################################################################################
# Check for 32-bit DLLs (Win32 64-bit)
-if platform_windows and arch_x86_64
+if platform_windows and host_cpu_family == 'x86_64'
conf.set_quoted('WIN32_32BIT_DLL_FOLDER', get_option('win32-32bits-dll-folder'))
endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]