mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-06 16:56:55 +08:00
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:
parent
c5745d558a
commit
69c38c5cf5
@ -46,8 +46,8 @@ For Android add `;target_os=['android'];` to your Linux .gclient
|
|||||||
},
|
},
|
||||||
"safesync_url": "",
|
"safesync_url": "",
|
||||||
},
|
},
|
||||||
]
|
];
|
||||||
target_os = ["android", "unix"]
|
target_os = ["android", "unix"];
|
||||||
|
|
||||||
Then run:
|
Then run:
|
||||||
|
|
||||||
@ -182,7 +182,6 @@ Running test with C code:
|
|||||||
|
|
||||||
### Linux
|
### Linux
|
||||||
|
|
||||||
tools/clang/scripts/update.sh
|
|
||||||
GYP_DEFINES="target_arch=x64" ./gyp_libyuv
|
GYP_DEFINES="target_arch=x64" ./gyp_libyuv
|
||||||
ninja -j7 -C out/Debug
|
ninja -j7 -C out/Debug
|
||||||
ninja -j7 -C out/Release
|
ninja -j7 -C out/Release
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user