mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-07 13:31:29 -07:00
7 lines
250 B
Bash
Executable file
7 lines
250 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cmake --no-warn-unused-cli -H. -Bbuild-linux -GNinja
|
|
cmake --build build-linux --target ExtractAssets
|
|
|
|
cmake -H. -Bbuild-switch -GNinja -DCMAKE_TOOLCHAIN_FILE=/opt/devkitpro/cmake/Switch.cmake
|
|
cmake --build build-switch --target soh_nro
|