mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-05 19:57:40 +00:00
4 lines
125 B
Bash
4 lines
125 B
Bash
#!/bin/sh
|
|
|
|
cmake -S . -B XCode_MacOS -GXcode -D"CMAKE_OSX_ARCHITECTURES=x86_64;arm64"
|
|
open XCode_MacOS/JoltPhysics.xcodeproj
|