提交 ca95ce46 编写于 作者: B Behdad Esfahbod

Use the C linker, not C++ linker

Such that we don't link to libstdc++.
上级 eb4ebda2
......@@ -49,6 +49,8 @@ HBHEADERS += \
$(NULL)
endif
CXXLINK = $(LINK)
libharfbuzz_la_SOURCES = $(HBSOURCES) $(HBHEADERS)
libharfbuzz_la_CPPFLAGS = $(GLIB_CFLAGS)
libharfbuzz_la_LIBADD = $(GLIB_LIBS)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册