mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-12 21:30:45 +01:00
add xctest to gn args for ios sim
Bug: webrtc:14786 Change-Id: I293835eb33ee0304930985ba44442bb0c60ce74e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/341841 Reviewed-by: Jeremy Leconte <jleconte@google.com> Commit-Queue: Christoffer Dewerin <jansson@webrtc.org> Cr-Commit-Position: refs/heads/main@{#41860}
This commit is contained in:
parent
cebded9b54
commit
9f11b96e6b
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ $ # debug build for 64-bit iOS
|
|||
$ gn gen out/ios_64 --args='target_os="ios" target_cpu="arm64"'
|
||||
|
||||
$ # debug build for simulator
|
||||
$ gn gen out/ios_sim --args='target_os="ios" target_cpu="x64"'
|
||||
$ gn gen out/ios_sim --args='target_os="ios" target_cpu="x64" enable_run_ios_unittests_with_xctest=true'
|
||||
```
|
||||
|
||||
## Compiling with ninja
|
||||
|
|
Loading…
Reference in a new issue