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:
parent
a774adf3a1
commit
1ef08bb532
@ -57,6 +57,9 @@
|
||||
'../third_party/lua/src/',
|
||||
],
|
||||
},
|
||||
'defines': [
|
||||
"getlocaledecpoint()='.'"
|
||||
],
|
||||
},
|
||||
],
|
||||
}
|
||||
|
@ -15,7 +15,7 @@
|
||||
'dependencies': [
|
||||
'bench_pictures',
|
||||
'filter',
|
||||
# 'lua_pictures',
|
||||
'lua_pictures',
|
||||
'pinspect',
|
||||
'render_pdfs',
|
||||
'render_pictures',
|
||||
|
Loading…
Reference in New Issue
Block a user