From a96634787e47cd0da5e84a67b94868f8add8fd66 Mon Sep 17 00:00:00 2001 From: diamante0018 Date: Wed, 17 Sep 2025 17:42:42 +0200 Subject: [PATCH] fix: remove build option for MacOS --- deps/premake/libtomcrypt.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/deps/premake/libtomcrypt.lua b/deps/premake/libtomcrypt.lua index e4b7683..508eda2 100644 --- a/deps/premake/libtomcrypt.lua +++ b/deps/premake/libtomcrypt.lua @@ -60,10 +60,6 @@ function libtomcrypt.project() buildoptions "-mcpu=apple-m1" filter {} - filter { "system:macosx", "platforms:amd64" } - buildoptions "-mcpu=x86-64" - filter {} - warnings "Off" kind "StaticLib" end