Skip to content

Commit

Permalink
add xctest to gn args for ios sim
Browse files Browse the repository at this point in the history
Bug: webrtc:14786
Change-Id: I293835eb33ee0304930985ba44442bb0c60ce74e
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/341841
Reviewed-by: Jeremy Leconte <[email protected]>
Commit-Queue: Christoffer Dewerin <[email protected]>
Cr-Commit-Position: refs/heads/main@{#41860}
  • Loading branch information
KaptenJansson authored and WebRTC LUCI CQ committed Mar 5, 2024
1 parent cebded9 commit 9f11b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/native-code/ios/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9f11b96

Please sign in to comment.