mirror of
https://github.com/diamante0018/master-tool.git
synced 2025-06-26 22:31:58 +00:00
build: more arm64 tests on macos (#39)
This commit is contained in:
4
deps/premake/libtomcrypt.lua
vendored
4
deps/premake/libtomcrypt.lua
vendored
@ -57,6 +57,10 @@ function libtomcrypt.project()
|
||||
filter "platforms:x64"
|
||||
buildoptions "-march=native"
|
||||
filter {}
|
||||
|
||||
filter "platforms:arm64"
|
||||
buildoptions "-mcpu=apple-m1"
|
||||
filter {}
|
||||
end
|
||||
|
||||
warnings "Off"
|
||||
|
Reference in New Issue
Block a user