mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-11 20:15:07 -05:00
8 lines
250 B
Bash
Executable File
8 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
|