From e341cb37e64ff9fc95c139a746bf5955ae219efb Mon Sep 17 00:00:00 2001 From: "djsollen@google.com" Date: Thu, 28 Jun 2012 16:08:05 +0000 Subject: Separate target architecture type and width into separate variables. Also add support for building mac in 64 bit mode. Review URL: https://codereview.appspot.com/6343050 git-svn-id: http://skia.googlecode.com/svn/trunk@4385 2bbb7eff-a529-9590-31e7-b0007b416f81 --- gyp/core.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gyp/core.gyp') diff --git a/gyp/core.gyp b/gyp/core.gyp index 5386407eca..a109d7b23f 100644 --- a/gyp/core.gyp +++ b/gyp/core.gyp @@ -313,7 +313,7 @@ 'android_system.gyp:ft2', ], }], - [ 'skia_os == "android" and skia_target_arch == "arm" and armv7 == 1', { + [ 'skia_os == "android" and skia_arch_type == "arm" and armv7 == 1', { # The code in SkUtilsArm.cpp can be used on an ARM-based Linux system, not only Android. 'sources': [ '../src/core/SkUtilsArm.cpp', -- cgit v1.2.3