Commit 69c38c5c authored by Frank Barchard's avatar Frank Barchard

update linux instructions to not update clang

R=jkellander@chromium.org
BUG=none

Review URL: https://codereview.chromium.org/1703243003 .
parent c5745d55
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment