[Premake] Remove libtom linker warnings
This commit is contained in:
parent
e8800aa1ca
commit
80d1e96568
@ -57,5 +57,6 @@ function libtomcrypt.project()
|
||||
|
||||
defines { "_LIB" }
|
||||
removedefines { "_DLL", "_USRDLL" }
|
||||
linkoptions { "-IGNORE:4221" }
|
||||
kind "StaticLib"
|
||||
end
|
||||
|
@ -41,5 +41,6 @@ function libtommath.project()
|
||||
|
||||
defines { "_LIB" }
|
||||
removedefines { "_DLL", "_USRDLL" }
|
||||
linkoptions { "-IGNORE:4221" }
|
||||
kind "StaticLib"
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user