File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -85,19 +85,19 @@ If not provided, `MACOS_SDK_DIR` defaults to the build context of the Dockerfile
8585
8686``` bash
8787$ mv osxcross/MacOSX11.3.sdk.tar.xz cross-toolchains/docker/MacOSX11.3.sdk.tar.xz
88- $ cargo build-docker-image aarc64 -apple-darwin \
88+ $ cargo build-docker-image aarch64 -apple-darwin \
8989 --build-arg ' MACOS_SDK_FILE=MacOSX11.3.sdk.tar.xz'
9090# or
9191$ mv osxcross/MacOSX11.3.sdk.tar.xz cross-toolchains/docker/some-dir/MacOSX11.3.sdk.tar.xz
92- $ cargo build-docker-image aarc64 -apple-darwin \
92+ $ cargo build-docker-image aarch64 -apple-darwin \
9393 --build-arg ' MACOS_SDK_DIR=some-dir' \
9494 --build-arg ' MACOS_SDK_FILE=MacOSX11.3.sdk.tar.xz'
9595```
9696
9797Supported targets by SDK version (at least 10.7+):
9898- ` i686-apple-darwin ` : SDK <= 10.13
9999- ` x86_64-apple-darwin ` : SDK <= 13.0 or SDK <= 12.4
100- - ` aarc64 -apple-darwin` : SDK >= 10.16 and (SDK <= 13.0 or SDK <= 12.4)
100+ - ` aarch64 -apple-darwin` : SDK >= 10.16 and (SDK <= 13.0 or SDK <= 12.4)
101101
102102### iOS Targets
103103
You can’t perform that action at this time.
0 commit comments