Fix old Linux glibc build.

This commit is contained in:
Martín Lucas Golini
2022-06-25 13:48:17 -03:00
parent b0280b6acd
commit 7cb0786094
2 changed files with 5 additions and 0 deletions

View File

@@ -1184,6 +1184,9 @@ solution "eepp"
set_kind()
language "C++"
files { "src/tools/eterm/**.cpp" }
if os.is("linux") then
links { "util" }
end
build_link_configuration( "eterm", true )
project "eepp-texturepacker"

View File

@@ -927,6 +927,8 @@ workspace "eepp"
set_kind()
language "C++"
files { "src/tools/eterm/**.cpp" }
filter "system:linux"
links { "util" }
build_link_configuration( "eterm", true )
project "eepp-texturepacker"