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

Unified Diff: third_party/yasm/README.chromium

Issue 146833017: android: disable NLS when building yasm. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | third_party/yasm/source/config/android/config.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/yasm/README.chromium
diff --git a/third_party/yasm/README.chromium b/third_party/yasm/README.chromium
index 7ec7e601fee7d0cc2fd8e7bc0725a889fa9e7546..8226f8b9c1de745201175c32a8cc90159a79da0f 100644
--- a/third_party/yasm/README.chromium
+++ b/third_party/yasm/README.chromium
@@ -37,7 +37,8 @@ Instructions for recreating the yasm.gyp file.
5) Grab the generated Makefile, libyasm-stdint.h, config.h, and put into
the correct platform location. For android platform, copy the files
- generated for linux. For ios, copy the files from mac.
+ generated for linux, but make sure that ENABLE_NLS is not defined to
+ allow mac host compiles to work. For ios, copy the files from mac.
src/third_party/yasm/source/config/[platform]
« no previous file with comments | « no previous file | third_party/yasm/source/config/android/config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698