Try fixing build for platforms that have no visibility attributes

This commit is contained in:
Behdad Esfahbod 2018-02-07 14:11:26 -05:00
parent f70100417c
commit b87cbe2bec
3 changed files with 5 additions and 0 deletions

View File

@ -124,6 +124,7 @@ extern "C" void hb_free_impl(void *ptr);
# define HB_INTERNAL __attribute__((__visibility__("hidden")))
# else
# define HB_INTERNAL
# define HB_NO_VISIBILITY 1
# endif
#endif

View File

@ -35,7 +35,9 @@
#include "hb-ot-glyf-table.hh"
#ifndef HB_NO_VISIBILITY
const void * const OT::_hb_NullPool[HB_NULL_POOL_SIZE / sizeof (void *)] = {};
#endif
struct hb_subset_profile_t {

View File

@ -37,7 +37,9 @@
using namespace OT;
#ifndef HB_NO_VISIBILITY
const void * const OT::_hb_NullPool[HB_NULL_POOL_SIZE / sizeof (void *)] = {};
#endif
int
main (int argc, char **argv)