| Index: site/user/quick/linux.md
|
| diff --git a/site/user/quick/linux.md b/site/user/quick/linux.md
|
| index 5e47df2998dc1c9548a59a7254270724f272d420..be723efbfd7dcc7b01e4c0c1f72a66d14a7a0568 100644
|
| --- a/site/user/quick/linux.md
|
| +++ b/site/user/quick/linux.md
|
| @@ -81,6 +81,8 @@ Notes
|
| <!--?prettify lang=sh?-->
|
|
|
| GYP_DEFINES='skia_arch_type=x86' python bin/sync-and-gyp
|
| +2. By default, many Linux systems use gcc by default. To use clang you will
|
| +need to [set the CC and CXX environment variables](/user/tips#gypdefines).
|
|
|
| Generate build files
|
| --------------------
|
|
|