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:
parent
44b6c77c64
commit
19ec366fb1
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue