mirror of
https://github.com/alterware/master-server.git
synced 2025-06-27 06:41:53 +00:00
maint: use clang (#21)
This commit is contained in:
8
deps/premake/libtomcrypt.lua
vendored
8
deps/premake/libtomcrypt.lua
vendored
@ -54,7 +54,13 @@ function libtomcrypt.project()
|
||||
}
|
||||
|
||||
if os.istarget("darwin") then
|
||||
buildoptions "-march=native"
|
||||
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