mirror of
https://github.com/JezuzLizard/T4SP-Server-Plugin.git
synced 2025-04-19 21:22:54 +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"
|
||||
kind "StaticLib"
|
||||
|
||||
filter "configurations:Debug"
|
||||
buildoptions "/MTd"
|
||||
optimize "Size"
|
||||
end
|
||||
|
||||
table.insert(dependencies, libtommath)
|
||||
|
Loading…
x
Reference in New Issue
Block a user