mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-04-23 16:24:22 +00:00
5 lines
147 B
Bash
Executable file
5 lines
147 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cmake -H. -Bbuild-switch -GNinja -DCMAKE_TOOLCHAIN_FILE=/opt/devkitpro/cmake/Switch.cmake
|
|
cmake --build build-switch --target soh_nro
|