mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-10-31 15:45:06 -04:00
5 lines
193 B
Bash
Executable File
5 lines
193 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cmake -H. -Bbuild-wiiu -GNinja -DCMAKE_TOOLCHAIN_FILE=/opt/devkitpro/cmake/WiiU.cmake -DCMAKE_BUILD_TYPE:STRING=Release
|
|
cmake --build build-wiiu --target soh_wuhb --config Release
|