diff options
Diffstat (limited to 'external/graphite')
-rw-r--r-- | external/graphite/StaticLibrary_graphite.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/external/graphite/StaticLibrary_graphite.mk b/external/graphite/StaticLibrary_graphite.mk index b0ec4cc50682..8c16482ba11b 100644 --- a/external/graphite/StaticLibrary_graphite.mk +++ b/external/graphite/StaticLibrary_graphite.mk @@ -15,6 +15,7 @@ $(eval $(call gb_StaticLibrary_set_warnings_not_errors,graphite)) $(eval $(call gb_StaticLibrary_set_include,graphite,\ -I$(call gb_UnpackedTarball_get_dir,graphite/include) \ + -I$(call gb_UnpackedTarball_get_dir,graphite/src) \ $$(INCLUDE) \ )) |