use define to work-around localeconf() missingness in android

BUG=

Review URL: https://codereview.chromium.org/14689008

git-svn-id: http://skia.googlecode.com/svn/trunk@9157 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
reed@google.com 2013-05-15 20:55:49 +00:00
parent a774adf3a1
commit 1ef08bb532
2 changed files with 4 additions and 1 deletions

View File

@ -57,6 +57,9 @@
'../third_party/lua/src/',
],
},
'defines': [
"getlocaledecpoint()='.'"
],
},
],
}

View File

@ -15,7 +15,7 @@
'dependencies': [
'bench_pictures',
'filter',
# 'lua_pictures',
'lua_pictures',
'pinspect',
'render_pdfs',
'render_pictures',