Small build fix.

This commit is contained in:
Martín Lucas Golini
2024-08-11 00:50:09 -03:00
parent 42ca1900fa
commit 5ea47b1c8a
2 changed files with 5 additions and 0 deletions

View File

@@ -1120,6 +1120,9 @@ solution "eepp"
files { "src/thirdparty/harfbuzz/**.cc" }
includedirs { "src/thirdparty/freetype2/include", "src/thirdparty/harfbuzz" }
build_base_cpp_configuration( "harfbuzz" )
if is_vs() then
buildoptions{ "/bigobj" }
end
end
project "chipmunk-static"

View File

@@ -933,6 +933,8 @@ workspace "eepp"
incdirs { "src/thirdparty/freetype2/include", "src/thirdparty/harfbuzz" }
build_base_cpp_configuration( "harfbuzz" )
target_dir_thirdparty()
filter "action:vs*"
buildoptions{ "/bigobj" }
project "chipmunk-static"
kind "StaticLib"