build(deps): bump deps/libtomcrypt from 0173cac to 1e629e6 (#37)

This commit is contained in:
dependabot[bot]
2023-06-23 10:17:47 +02:00
committed by GitHub
parent 6a17469b0e
commit 568fb0a75e
2 changed files with 6 additions and 2 deletions

View File

@ -50,9 +50,13 @@ function libtomcrypt.project()
removedefines {
"_DLL",
"_USRDLL"
"_USRDLL",
}
if os.istarget("darwin") then
buildoptions "-march=native"
end
linkoptions {
"-IGNORE:4221"
}