diff options
| author | GaryOderNichts <12049776+GaryOderNichts@users.noreply.github.com> | 2022-09-09 04:55:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-08 22:55:55 -0400 |
| commit | e80e3440e138634acd5978a04ab6711e7e744b42 (patch) | |
| tree | 400f2308d895cae285469c9f792238c42e347994 /scripts | |
| parent | 4cda92462a8831300a3de7cea7781f7a2260bbdb (diff) | |
wiiu: package SoH as a homebrew bundle (#1427)
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/wiiu/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/wiiu/build.sh b/scripts/wiiu/build.sh index c9c54e5f6..fffd767cf 100755 --- a/scripts/wiiu/build.sh +++ b/scripts/wiiu/build.sh @@ -1,4 +1,4 @@ #!/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 --config Release +cmake --build build-wiiu --target soh_wuhb --config Release |
