mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-08 14:45:24 +00:00
Use the C linker, not C++ linker
Such that we don't link to libstdc++.
This commit is contained in:
parent
eb4ebda2d1
commit
ca95ce460a
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue