diff options
author | Brian Salomon <bsalomon@google.com> | 2015-07-27 09:10:36 -0400 |
---|---|---|
committer | Brian Salomon <bsalomon@google.com> | 2015-07-27 09:10:36 -0400 |
commit | 4239fc2f69bdbd1a1f01ee66112f46033b47b743 (patch) | |
tree | f454132d380102baf30567e61445c73a4f45aa7c /site/user/quick/linux.md | |
parent | cef14bf9ce626e6e6582f3aac18c8e176b987f3e (diff) |
Remove skia_arch_width, fold into skia_arch_type.
DOCS_PREVIEW= https://skia.org/?cl=1228553010
BUG=skia:4042
R=borenet@google.com, mtklein@google.com
Review URL: https://codereview.chromium.org/1228553010
Diffstat (limited to 'site/user/quick/linux.md')
-rw-r--r-- | site/user/quick/linux.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/user/quick/linux.md b/site/user/quick/linux.md index 7a172a5d95..f7ef6bb0e4 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 ----------------------------------------- |