Remove HB_NO_OPTIONS in favor of HB_NO_GETENV
Part of https://github.com/harfbuzz/harfbuzz/issues/1652
This commit is contained in:
parent
36bb24f7b4
commit
9f9890e9e8
|
@ -63,7 +63,7 @@ extern HB_INTERNAL hb_atomic_int_t _hb_options;
|
||||||
static inline hb_options_t
|
static inline hb_options_t
|
||||||
hb_options ()
|
hb_options ()
|
||||||
{
|
{
|
||||||
#if defined(HB_NO_OPTIONS)
|
#if defined(HB_NO_GETENV)
|
||||||
return hb_options_t ();
|
return hb_options_t ();
|
||||||
#endif
|
#endif
|
||||||
/* Make a local copy, so we can access bitfield threadsafely. */
|
/* Make a local copy, so we can access bitfield threadsafely. */
|
||||||
|
|
Loading…
Reference in New Issue