1
0
Fork 0

vendor/FreeType2/build.lua: Pass full path to include directory (as it's relative to root dir).

This commit is contained in:
Henrik Hautakoski 2020-01-07 06:25:11 +01:00
parent cb2ea423dc
commit b53ddfb3fa
No known key found for this signature in database
GPG key ID: 96765B12FEAC4745

View file

@ -27,7 +27,7 @@ settings = TableDeepCopy(global_settings)
settings.labelprefix = "[FT2] "
-- Compile flags
settings.cc.includes:Add("include")
settings.cc.includes:Add(PathJoin(basepath, "include"))
settings.cc.flags:Add("-DFT2_BUILD_LIBRARY")
-- Build target