mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue