mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-04-28 13:17:58 +03:00
4 lines
147 B
Bash
Executable file
4 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
|