BuildSystem: Fix cmake toolchain file processor

This commit is contained in:
Bananymous 2025-06-02 11:27:40 +03:00
parent 7a645b8555
commit 1f07e02298
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ endif ()
set(TOOLCHAIN_PREFIX $ENV{BANAN_ROOT_DIR}/toolchain/local)
set(CMAKE_SYSTEM_NAME banan-os)
set(CMAKE_SYSTEM_PROCESSOR AMD64)
set(CMAKE_SYSTEM_PROCESSOR ${BANAN_ARCH})
set(CMAKE_SYSROOT ${BANAN_SYSROOT})