Fix previous commit

Automake has this stupid behavior where if your Makefile.am has
syntactic error, it can get to a state that make succeeds but just
ignores broken Makefile.am.  Ouch.
This commit is contained in:
Behdad Esfahbod 2018-03-26 15:09:54 -07:00
parent 44b6c77c64
commit 19ec366fb1
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ HBHEADERS = $(HB_BASE_headers)
# We don't use these features, so it's safe to disable them
# even in the cases where we DO link to libstdc++.
AM_CXXFLAGS = -fno-exceptions -fno-threadsafe-statics -fno-rtti
endif
if HAVE_OT
HBSOURCES += $(HB_OT_sources)