mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 05:53:12 -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
|
@ -8,7 +8,7 @@ build="./build"
|
|||
if [ "$arg1" != "linux" ]; then
|
||||
CHIAKI_ENABLE_SWITCH_LINUX="OFF"
|
||||
source /opt/devkitpro/switchvars.sh
|
||||
toolchain=/opt/devkitpro/switch.cmake
|
||||
toolchain=../cmake/switch.cmake # TODO: devkitpro ships a toolchain in /opt/devkitpro/switch.cmake, but it's broken.
|
||||
|
||||
export CC=${TOOL_PREFIX}gcc
|
||||
export CXX=${TOOL_PREFIX}g++
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue