tools/corrosion/.github/scripts/toolchains/aarch64-unknown-linux-gnu-gcc.cmake
author alfadur
Sat, 22 Feb 2025 19:39:31 +0300
changeset 16120 5febd2bc5372
parent 16067 d903f8d2395a
permissions -rw-r--r--
Add server reconnection tokens and anteroom local list of used nicks

set(CMAKE_C_COMPILER "aarch64-linux-gnu-gcc")
set(CMAKE_CXX_COMPILER "aarch64-linux-gnu-g++")
set(CMAKE_SYSTEM_NAME "Linux")