mirror of https://github.com/zeldaret/botw.git
build: Fix local toolchain path
This commit is contained in:
parent
d74354c480
commit
d37951ab72
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue