update linux instructions to not update clang

R=jkellander@chromium.org
BUG=none

Review URL: https://codereview.chromium.org/1703243003 .
This commit is contained in:
Frank Barchard 2016-02-17 21:16:28 -08:00
parent c5745d558a
commit 69c38c5cf5

View File

@ -46,8 +46,8 @@ For Android add `;target_os=['android'];` to your Linux .gclient
},
"safesync_url": "",
},
]
target_os = ["android", "unix"]
];
target_os = ["android", "unix"];
Then run:
@ -182,7 +182,6 @@ Running test with C code:
### Linux
tools/clang/scripts/update.sh
GYP_DEFINES="target_arch=x64" ./gyp_libyuv
ninja -j7 -C out/Debug
ninja -j7 -C out/Release