build: more arm64 tests on macos (#39)

This commit is contained in:
2023-06-25 15:18:37 +02:00
committed by GitHub
parent 02335285e6
commit d8f265f284
3 changed files with 15 additions and 1 deletions

View File

@ -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"