mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-28 17:16:29 +03:00
Small build fix.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user