mirror of
https://github.com/diamante0018/master-tool.git
synced 2025-04-20 03:35:44 +00:00
build(deps): bump deps/libtomcrypt from 0173cac
to 1e629e6
(#37)
This commit is contained in:
parent
6a17469b0e
commit
568fb0a75e
2
deps/libtomcrypt
vendored
2
deps/libtomcrypt
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 0173cac3be1475163cd279c5eee3c9e288b9aae0
|
Subproject commit 1e629e6f64661a01b9f6164a50080c43cd4d7b84
|
6
deps/premake/libtomcrypt.lua
vendored
6
deps/premake/libtomcrypt.lua
vendored
@ -50,9 +50,13 @@ function libtomcrypt.project()
|
|||||||
|
|
||||||
removedefines {
|
removedefines {
|
||||||
"_DLL",
|
"_DLL",
|
||||||
"_USRDLL"
|
"_USRDLL",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if os.istarget("darwin") then
|
||||||
|
buildoptions "-march=native"
|
||||||
|
end
|
||||||
|
|
||||||
linkoptions {
|
linkoptions {
|
||||||
"-IGNORE:4221"
|
"-IGNORE:4221"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user