Merge pull request #297 from mcandre/patch-1

note custom osxcross install directory
This commit is contained in:
Thomas Pöchtrager 2021-09-12 07:27:49 +02:00 committed by GitHub
commit 7992d9f314
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 ./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: the build:
```shell ```shell