Should fix windows build.

This commit is contained in:
Martín Lucas Golini
2026-02-28 13:05:52 -03:00
parent cfc6b546ac
commit f6a33a408a
3 changed files with 3 additions and 3 deletions

View File

@@ -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" )