mirror of
https://github.com/libsdl-org/SDL
synced 2024-11-20 16:06:10 -07:00
Updated INSTALL.md
Added a subsection for building MacOS universal packages.
This commit is contained in:
parent
06758685a5
commit
b33420cac7
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@ Read docs/README-macos.md
|
|||
|
||||
Run: `cmake -S . -B build && cmake --build build && cmake --install build`
|
||||
|
||||
### macOS for universal architecture:
|
||||
|
||||
Run: `cmake -S . -B build -DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" && cmake --build build && cmake --install build`
|
||||
|
||||
## Linux and other UNIX systems:
|
||||
|
||||
Run: `cmake -S . -B build && cmake --build build && cmake --install build`
|
||||
|
|
Loading…
Reference in a new issue