mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 18:57:07 -07:00
Temporarily use local Switch Toolchain File
This commit is contained in:
parent
626937fb20
commit
0df3ba69cd
3 changed files with 18 additions and 3 deletions
|
@ -41,8 +41,6 @@ if(CHIAKI_ENABLE_SWITCH AND CHIAKI_ENABLE_SWITCH_LINUX)
|
|||
set(CMAKE_BUILD_TYPE Debug)
|
||||
elseif(CHIAKI_ENABLE_SWITCH)
|
||||
add_definitions(-D__SWITCH__)
|
||||
# load switch.cmake toolchain form ./cmake folder
|
||||
include(switch)
|
||||
# TODO check if android ... or other versions are enabled
|
||||
# force mbedtls as crypto lib
|
||||
set(CHIAKI_LIB_ENABLE_MBEDTLS ON)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue