build: Fix local toolchain path

This commit is contained in:
Léo Lam 2021-07-22 11:20:55 +02:00
parent d74354c480
commit d37951ab72
No known key found for this signature in database
GPG Key ID: 0DF30F9081000741
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
if (DEFINED ENV{UKING_CLANG})
set(UKING_CLANG "$ENV{UKING_CLANG}")
else()
set(UKING_CLANG "toolchain/clang")
set(UKING_CLANG "${CMAKE_CURRENT_LIST_DIR}/clang")
endif()
set(NX64_OPT_FLAGS "-O3 -g")