chore: fix macos amd64

This commit is contained in:
2025-10-01 15:33:58 +02:00
parent e1a736288d
commit f6efaf5211
2 changed files with 1 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ concurrency:
cancel-in-progress: true
env:
PREMAKE_VERSION: "5.0.0-beta6"
PREMAKE_VERSION: "5.0.0-beta7"
jobs:
build-windows:

View File

@@ -58,10 +58,6 @@ function libtomcrypt.project()
buildoptions "-mcpu=apple-m1"
filter {}
filter { "system:macosx", "platforms:amd64" }
buildoptions "-mcpu=x86-64"
filter {}
warnings "Off"
kind "StaticLib"
end