mirror of
https://github.com/JezuzLizard/T4SP-Server-Plugin.git
synced 2025-04-20 05:25:44 +00:00
Fix debug build
This commit is contained in:
parent
51a17c038d
commit
b9b0c2356b
4
deps/premake/libtommath.lua
vendored
4
deps/premake/libtommath.lua
vendored
@ -48,6 +48,10 @@ function libtommath.project()
|
|||||||
|
|
||||||
warnings "Off"
|
warnings "Off"
|
||||||
kind "StaticLib"
|
kind "StaticLib"
|
||||||
|
|
||||||
|
filter "configurations:Debug"
|
||||||
|
buildoptions "/MTd"
|
||||||
|
optimize "Size"
|
||||||
end
|
end
|
||||||
|
|
||||||
table.insert(dependencies, libtommath)
|
table.insert(dependencies, libtommath)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user