| 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
|
| -----------------------------------------
|
|
|