Use the C linker, not C++ linker
Such that we don't link to libstdc++.
This commit is contained in:
parent
eb4ebda2d1
commit
ca95ce460a
@ -49,6 +49,8 @@ HBHEADERS += \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
CXXLINK = $(LINK)
|
||||
|
||||
libharfbuzz_la_SOURCES = $(HBSOURCES) $(HBHEADERS)
|
||||
libharfbuzz_la_CPPFLAGS = $(GLIB_CFLAGS)
|
||||
libharfbuzz_la_LIBADD = $(GLIB_LIBS)
|
||||
|
Loading…
Reference in New Issue
Block a user