From f9490ceac06b4598702a8237cb201f033f93bc16 Mon Sep 17 00:00:00 2001 From: William Bell <62452284+Ugric@users.noreply.github.com> Date: Sat, 16 Aug 2025 18:28:50 +0100 Subject: [PATCH] bloody ai --- linux-arm-profile.txt | 4 +++- windows_profile.txt => windows-profile.txt | 0 2 files changed, 3 insertions(+), 1 deletion(-) rename windows_profile.txt => windows-profile.txt (100%) diff --git a/linux-arm-profile.txt b/linux-arm-profile.txt index 00057a9..437d012 100644 --- a/linux-arm-profile.txt +++ b/linux-arm-profile.txt @@ -7,4 +7,6 @@ compiler.libcxx=libstdc++11 build_type=Release [conf] -tools.build:compiler_executables={"c": "/usr/bin/gcc-aarch64-linux-gnu"} \ No newline at end of file +tools.build:compiler_executables={"c": "/usr/bin/gcc-aarch64-linux-gnu"} +tools.cmake.cmaketoolchain:system_name=Linux +tools.cmake.cmaketoolchain:system_processor=aarch64 \ No newline at end of file diff --git a/windows_profile.txt b/windows-profile.txt similarity index 100% rename from windows_profile.txt rename to windows-profile.txt