mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-28 17:16:29 +03:00
Should fix windows build.
This commit is contained in:
@@ -1325,7 +1325,7 @@ solution "eepp"
|
||||
kind "StaticLib"
|
||||
language "C"
|
||||
set_targetdir("libs/" .. os.get_real() .. "/thirdparty/")
|
||||
defines { "HAVE_CONFIG_H" }
|
||||
defines { "HAVE_CONFIG_H", "YAML_DECLARE_STATIC" }
|
||||
files { "src/thirdparty/libyaml/**.c" }
|
||||
includedirs { "src/thirdparty/libyaml/include" }
|
||||
build_base_configuration( "libyaml" )
|
||||
|
||||
Reference in New Issue
Block a user