mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-07 17:26:49 +08:00
Fix build script instructions for Windows
Bug: 359296629 Change-Id: I118650a89d3e3c9500b592f3f62f058e378f514e Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/5785268 Reviewed-by: Frank Barchard <fbarchard@chromium.org>
This commit is contained in:
parent
679e851f65
commit
e434b8c5ae
@ -59,13 +59,13 @@ To get just the source (not buildable):
|
||||
|
||||
### Windows
|
||||
|
||||
call gn gen out\Release "--args=is_debug=false target_cpu=\"x64\""
|
||||
call gn gen out\Debug "--args=is_debug=true target_cpu=\"x64\""
|
||||
gn gen out\Release "--args=is_debug=false target_cpu=\"x64\""
|
||||
gn gen out\Debug "--args=is_debug=true target_cpu=\"x64\""
|
||||
ninja -v -C out\Release
|
||||
ninja -v -C out\Debug
|
||||
|
||||
call gn gen out\Release "--args=is_debug=false target_cpu=\"x86\""
|
||||
call gn gen out\Debug "--args=is_debug=true target_cpu=\"x86\""
|
||||
gn gen out\Release "--args=is_debug=false target_cpu=\"x86\""
|
||||
gn gen out\Debug "--args=is_debug=true target_cpu=\"x86\""
|
||||
ninja -v -C out\Release
|
||||
ninja -v -C out\Debug
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user