all: update macOS target triples
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
3e0fe63e63
commit
d2ca4391e9
5 changed files with 7 additions and 7 deletions
|
|
@ -32,8 +32,8 @@ This will take ~10 minutes to finish (see the 'binary releases' section below.)
|
|||
| Option | Description |
|
||||
|-------------------------------|------------------------------------------------------------|
|
||||
| `-Doptimize=ReleaseFast` | Build a release binary instead of a debug binary (default) |
|
||||
| `-Dtarget=x86_64-macos.12` | Cross compile to macOS (Intel chipsets) |
|
||||
| `-Dtarget=aarch64-macos.12` | Cross compile to macOS (Apple Silicon) |
|
||||
| `-Dtarget=x86_64-macos` | Cross compile to macOS (Intel chipsets) |
|
||||
| `-Dtarget=aarch64-macos` | Cross compile to macOS (Apple Silicon) |
|
||||
| `-Dtarget=x86_64-linux-gnu` | Cross compile to x86_64 Linux (glibc) |
|
||||
| `-Dtarget=x86_64-linux-musl` | Cross compile to x86_64 Linux (musl libc) |
|
||||
| `-Dtarget=x86_64-windows-gnu` | Cross compile to x86_64 Windows |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue