From 4c2696b69c26efcf1e1e4c9be85c707f18db778e Mon Sep 17 00:00:00 2001 From: Mohammed Saad Date: Fri, 24 Oct 2025 13:11:10 +0200 Subject: [PATCH] fixed tiny typo --- build/premake5.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/premake5.lua b/build/premake5.lua index 47594a0..53ffd97 100644 --- a/build/premake5.lua +++ b/build/premake5.lua @@ -146,7 +146,7 @@ workspace (workspaceName) filter { "platforms:x64" } architecture "x86_64" - filter { "platforms:Arm64" } + filter { "platforms:ARM64" } architecture "ARM64" filter {}