maint: test new workflow for mac

This commit is contained in:
2023-06-23 12:10:20 +02:00
parent 8698e7f9c6
commit abcdac6b80
2 changed files with 9 additions and 9 deletions

View File

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