Add HB_SUBSET_BUILTIN

Fixes https://github.com/harfbuzz/harfbuzz/issues/865
This commit is contained in:
Behdad Esfahbod 2018-03-26 14:09:29 -07:00
parent c14b24fcd0
commit e4d1cbfb4f
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
#include "hb-ot-post-table.hh"
#ifndef HB_NO_VISIBILITY
#if !defined(HB_NO_VISIBILITY) && !defined(HB_SUBSET_BUILTIN)
const void * const OT::_hb_NullPool[HB_NULL_POOL_SIZE / sizeof (void *)] = {};
#endif