mirror of
https://github.com/zeldaret/botw
synced 2026-05-23 06:54:18 -04:00
build: Fix local toolchain path
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user