Bug 91559 - HarfBuzz 1.0.1: Inconsistent DLL files specified/created...
authorBehdad Esfahbod <behdad@behdad.org>
Fri, 7 Aug 2015 09:13:27 +0000 (11:13 +0200)
committerBehdad Esfahbod <behdad@behdad.org>
Fri, 7 Aug 2015 09:13:27 +0000 (11:13 +0200)
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=91559

src/Makefile.am

index 753b930..9d88c24 100644 (file)
@@ -270,7 +270,7 @@ harfbuzz.def: $(HBHEADERS) $(HBNODISTHEADERS)
        $(EGREP) '^hb_.* \(' | \
        sed -e 's/ (.*//' | \
        LANG=C sort; \
-       echo LIBRARY libharfbuzz-$(HB_VERSION_MAJOR).dll; \
+       echo LIBRARY libharfbuzz-0.dll; \
        ) >"$@"
        @ ! grep -q hb_ERROR "$@" \
        || ($(RM) "$@"; false)