From 5249eee43748db32b40ad2602b3243d2491642b3 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sat, 11 May 2019 16:12:07 -0700 Subject: [PATCH] [config] Allow overriding chosen config --- src/hb-config.hh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/hb-config.hh b/src/hb-config.hh index 836d0cdb1..6f31ad2d9 100644 --- a/src/hb-config.hh +++ b/src/hb-config.hh @@ -30,6 +30,7 @@ #if 0 /* Make test happy. */ #include "hb.hh" #endif + #ifdef HAVE_CONFIG_H #include "config.h" #endif @@ -97,4 +98,9 @@ #endif +#ifdef HAVE_CONFIG_OVERRIDE_H +#include "config-override.h" +#endif + + #endif /* HB_CONFIG_HH */