[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:
parent
7f6fca4ef7
commit
8694d60829
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue