[config] Enable HB_NO_MT in HB_TINY

Now that user can override it if needed...

Part of https://github.com/harfbuzz/harfbuzz/issues/1652
This commit is contained in:
Behdad Esfahbod 2019-05-12 11:05:24 -07:00
parent 7f6fca4ef7
commit 8694d60829
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
#ifdef HB_TINY #ifdef HB_TINY
#define HB_LEAN #define HB_LEAN
#define HB_MINI #define HB_MINI
//#define HB_NO_MT /* Let user choose */ #define HB_NO_MT
#endif #endif
#ifdef HB_LEAN #ifdef HB_LEAN