Skip to content

Commit

Permalink
Fix --use_xcode documentation (#18520)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbochi authored Dec 7, 2023
1 parent ff70274 commit b55feb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build/inferencing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit b55feb5

Please sign in to comment.