mirror of
https://github.com/alterware/master-server.git
synced 2025-06-27 06:41:53 +00:00
maint: test new workflow for mac
This commit is contained in:
10
deps/premake/libtomcrypt.lua
vendored
10
deps/premake/libtomcrypt.lua
vendored
@ -45,17 +45,17 @@ function libtomcrypt.project()
|
||||
"_CRT_SECURE_NO_WARNINGS",
|
||||
"LTC_SOURCE",
|
||||
"_LIB",
|
||||
"USE_LTM"
|
||||
"USE_LTM",
|
||||
}
|
||||
|
||||
removedefines {
|
||||
"_DLL",
|
||||
"_USRDLL"
|
||||
"_USRDLL",
|
||||
}
|
||||
|
||||
linkoptions {
|
||||
"-IGNORE:4221"
|
||||
}
|
||||
if os.istarget("darwin") then
|
||||
buildoptions "-march=native"
|
||||
end
|
||||
|
||||
warnings "Off"
|
||||
kind "StaticLib"
|
||||
|
Reference in New Issue
Block a user