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

Unified Diff: site/user/quick/linux.md

Issue 1228553010: Remove skia_arch_width, fold into skia_arch_type. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase Created 5 years, 5 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 | « platform_tools/android/gyp/skia_android.gypi ('k') | tests/PathOpsSkpClipTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site/user/quick/linux.md
diff --git a/site/user/quick/linux.md b/site/user/quick/linux.md
index 7a172a5d955bc3d3f5d0b39da02df761e588b078..f7ef6bb0e4f5413917aec41a6112102ef62d8934 100644
--- a/site/user/quick/linux.md
+++ b/site/user/quick/linux.md
@@ -94,7 +94,7 @@ If you want to use Eclipse, see Creating an Eclipse Project after you have gener
On 32-bit Linux (when `uname -m` is *not* `x86_64`), you will have to
explicitly specify the architecture:
- GYP_DEFINES='skia_arch_width=32' ./gyp_skia
+ GYP_DEFINES='skia_arch_type=x86' ./gyp_skia
Build and run tests from the command line
-----------------------------------------
« no previous file with comments | « platform_tools/android/gyp/skia_android.gypi ('k') | tests/PathOpsSkpClipTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698