Use the C linker, not C++ linker

Such that we don't link to libstdc++.
This commit is contained in:
Behdad Esfahbod 2009-11-03 14:18:33 -05:00
parent eb4ebda2d1
commit ca95ce460a
1 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,8 @@ HBHEADERS += \
$(NULL)
endif
CXXLINK = $(LINK)
libharfbuzz_la_SOURCES = $(HBSOURCES) $(HBHEADERS)
libharfbuzz_la_CPPFLAGS = $(GLIB_CFLAGS)
libharfbuzz_la_LIBADD = $(GLIB_LIBS)