From fcbb233b7f25985febdfb6b441b9fb447ce04085 Mon Sep 17 00:00:00 2001 From: Andras Becsi Date: Fri, 29 Nov 2013 19:33:24 +0100 Subject: Fix the build with a neon enabled setup to pass arm_neon=1 to gyp Change-Id: Ibe0bab32fb215bc4de58a474ca7b77a289dea2f0 Reviewed-by: Arvid Nilsson Reviewed-by: Jocelyn Turcotte --- src/core/gyp_run.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core') diff --git a/src/core/gyp_run.pro b/src/core/gyp_run.pro index 1ee0b1bce..ae964ea1a 100644 --- a/src/core/gyp_run.pro +++ b/src/core/gyp_run.pro @@ -21,7 +21,7 @@ cross_compile { MFPU = $$extractCFlag("-mfpu=.*") !isEmpty(MFPU) { GYP_ARGS += "-D arm_fpu=\"$$MFPU\"" - contains(MFPU, "neon"): GYP_ARGS += "-D arm_neon=\"$$NEON\"" + contains(MFPU, "neon"): GYP_ARGS += "-D arm_neon=1" } MTUNE = $$extractCFlag("-mtune=.*") -- cgit v1.2.3