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

@@ -1220,7 +1220,7 @@ workspace "eepp"
project "libyaml-static"
kind "StaticLib"
language "C"
defines { "HAVE_CONFIG_H" }
defines { "HAVE_CONFIG_H", "YAML_DECLARE_STATIC" }
files { "src/thirdparty/libyaml/**.c" }
incdirs { "src/thirdparty/libyaml/include" }
build_base_configuration( "libyaml" )