mirror of
https://github.com/alterware/master-server.git
synced 2025-09-18 05:47:25 +00:00
fix: remove build option for MacOS
This commit is contained in:
4
deps/premake/libtomcrypt.lua
vendored
4
deps/premake/libtomcrypt.lua
vendored
@@ -60,10 +60,6 @@ function libtomcrypt.project()
|
|||||||
buildoptions "-mcpu=apple-m1"
|
buildoptions "-mcpu=apple-m1"
|
||||||
filter {}
|
filter {}
|
||||||
|
|
||||||
filter { "system:macosx", "platforms:amd64" }
|
|
||||||
buildoptions "-mcpu=x86-64"
|
|
||||||
filter {}
|
|
||||||
|
|
||||||
warnings "Off"
|
warnings "Off"
|
||||||
kind "StaticLib"
|
kind "StaticLib"
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user