macos: Add support for OpenGOAL on Apple Silicon via Rosetta 2 on Sequoia+

This commit is contained in:
Tyler Wilding
2024-11-09 11:59:24 -05:00
parent 431508aab1
commit baea81efff
7 changed files with 70 additions and 2 deletions
+8
View File
@@ -67,6 +67,14 @@ tasks:
cmds:
- "{{.GK_BIN_RELEASE_DIR}}/gk -v --game {{.GAME}} -- -fakeiso -debug"
# DEVELOPMENT
gen-cmake:
desc: "Generate the CMake"
cmds:
- "cmake -B build --preset={{.CMAKE_PRESET}}"
build:
desc: "Build the project using the generated CMake"
cmds:
- "cmake --build build --parallel {{.CMAKE_NUM_THREADS}}"
repl:
desc: "Start the REPL"
preconditions: