mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Fix old Linux glibc build.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user