aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar senorblanco@chromium.org <senorblanco@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-24 21:27:14 +0000
committerGravatar senorblanco@chromium.org <senorblanco@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-24 21:27:14 +0000
commitb8d212fe95cc96fae707b7e7784de87afcf0620f (patch)
treed2712ce05883aa33a9838f49def2438ef3b08ae4 /gyp
parent18b3823d292397f424731771bdbe5f5b6255204b (diff)
Build fix. Unreviewed.
git-svn-id: http://skia.googlecode.com/svn/trunk@5653 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r--gyp/common_variables.gypi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gyp/common_variables.gypi b/gyp/common_variables.gypi
index b6ddb8d557..b59bd11779 100644
--- a/gyp/common_variables.gypi
+++ b/gyp/common_variables.gypi
@@ -45,13 +45,13 @@
# We set it automatically based on 'OS' (the host OS), but allow the
# user to override it via GYP_DEFINES if they like.
'skia_os%': '<(OS)',
+ 'skia_arch_type%': 'x86',
},
# Re-define all variables defined within the level-3 'variables' dict,
# so that siblings of the level-2 'variables' dict can see them.
'skia_os%': '<(skia_os)',
-
- 'skia_arch_type%': 'x86',
+ 'skia_arch_type%': '<(skia_arch_type)',
'conditions': [
['skia_os == "win"', {