Fix typo in the gyp file.

git-svn-id: http://skia.googlecode.com/svn/trunk@3248 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
djsollen@google.com 2012-02-24 14:10:44 +00:00
parent cf7403040e
commit 3a2b35f0af

View File

@ -177,7 +177,7 @@
'-fno-rtti', '-fno-rtti',
], ],
'conditions': [ 'conditions': [
[ 'skia_target_arch == "arm", { [ 'skia_target_arch == "arm"', {
'ldflags': [ 'ldflags': [
'-Wl', '-Wl',
'--fix-cortex-a8', '--fix-cortex-a8',