mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-17 18:40:28 +00:00
Fix --use_xcode documentation (#18520)
This commit is contained in:
parent
ff70274f69
commit
b55feb5696
1 changed files with 1 additions and 1 deletions
2
docs/build/inferencing.md
vendored
2
docs/build/inferencing.md
vendored
|
|
@ -84,7 +84,7 @@ When building on x86 Windows without "--arm" or "--arm64" or "--arm64ec" args,
|
|||
By default, ONNX Runtime is configured to be built for a minimum target macOS version of 10.12.
|
||||
The shared library in the release Nuget(s) and the Python wheel may be installed on macOS versions of 10.12+.
|
||||
|
||||
If you would like to use [Xcode](https://developer.apple.com/xcode/) to build the onnxruntime for x86_64 macOS, please add the --user_xcode argument in the command line.
|
||||
If you would like to use [Xcode](https://developer.apple.com/xcode/) to build the onnxruntime for x86_64 macOS, please add the `--use_xcode` argument in the command line.
|
||||
|
||||
Without this flag, the cmake build generator will be Unix makefile by default.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue