note custom osxcross install directory

This commit is contained in:
Andrew 2021-09-11 20:42:56 -05:00 committed by GitHub
parent 26ebac2689
commit 601c7a3c9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,7 +106,14 @@ To build the cross toolchain (using `clang`), run:
./build.sh
```
Or, set variable `UNATTENDED` to `1` to skip the prompt and proceed straight to
This installs the osxcross toolchain into `<path>/target`. If you want to install somewhere
else, set the `TARGET_DIR` variable. For example:
```shell
TARGET_DIR=/usr/local/osxcross ./build.sh
```
And/Or, set variable `UNATTENDED` to `1` to skip the prompt and proceed straight to
the build:
```shell