You've already forked Shipwright
mirror of
https://github.com/CraftyBoss/Shipwright.git
synced 2026-04-01 08:52:38 -07: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
|