File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ include(${BOREALIS_LIBRARY}/cmake/toolchain.cmake)
57
57
project (Switchfin )
58
58
set (VERSION_MAJOR "0" )
59
59
set (VERSION_MINOR "3" )
60
- set (VERSION_ALTER "1 " )
60
+ set (VERSION_ALTER "2 " )
61
61
set (PROJECT_TITLEID "010ff000ffff0003" )
62
62
set (PROJECT_AUTHOR "dragonflylee" )
63
63
set (PROJECT_ICON ${CMAKE_CURRENT_SOURCE_DIR} /resources/icon/icon.jpg )
Original file line number Diff line number Diff line change @@ -57,8 +57,9 @@ nxlink -a <YOUR IP> -p Switchfin/Switchfin.nro -s Switchfin.nro --args -l
57
57
### Building for MinGW64
58
58
59
59
``` bash
60
- cmake -B build_mingw -G ' MinGW Makefiles' -DPLATFORM_DESKTOP=ON
61
- mingw32-make -C build_mingw -j$( nproc)
60
+ pacman -S ${MINGW_PACKAGE_PREFIX} -gcc ${MINGW_PACKAGE_PREFIX} -ninja ${MINGW_PACKAGE_PREFIX} -cmake
61
+ cmake -B build_mingw -DPLATFORM_DESKTOP=ON
62
+ cmake --build build_mingw
62
63
```
63
64
64
65
## Thanks to
You can’t perform that action at this time.
0 commit comments