Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(46)

Unified Diff: gyp/lua.gyp

Issue 14689008: use define to work-around localeconf() missingness in android (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | gyp/tools.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/lua.gyp
diff --git a/gyp/lua.gyp b/gyp/lua.gyp
index a8f1ba62f95f1163e4929614f3ee633ee4f05876..280b94c1869b06c45a4bddfa122710a616769614 100644
--- a/gyp/lua.gyp
+++ b/gyp/lua.gyp
@@ -57,6 +57,9 @@
'../third_party/lua/src/',
],
},
+ 'defines': [
+ "getlocaledecpoint()='.'"
+ ],
},
],
}
« no previous file with comments | « no previous file | gyp/tools.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698