mirror of
https://github.com/diamante0018/master-tool.git
synced 2025-10-09 06:56:39 +00:00
chore: fix macos amd64
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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:
|
||||
|
4
deps/premake/libtomcrypt.lua
vendored
4
deps/premake/libtomcrypt.lua
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user