mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-03 22:45:56 +01:00
note custom osxcross install directory
This commit is contained in:
parent
26ebac2689
commit
601c7a3c9d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user