Support Apple Silicon via Rosetta2 on MacOS Sequoia and Above (#3754)

This commit is contained in:
Tyler Wilding
2024-11-10 11:06:56 -05:00
committed by GitHub
parent e3efede029
commit f8058f2138
10 changed files with 120 additions and 17 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: