diff options
-rw-r--r-- | tools/depends/target/harfbuzz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/harfbuzz/Makefile b/tools/depends/target/harfbuzz/Makefile index 8538701350..ce95db9d8f 100644 --- a/tools/depends/target/harfbuzz/Makefile +++ b/tools/depends/target/harfbuzz/Makefile @@ -37,7 +37,7 @@ export CC CXX CFLAGS CXXFLAGS endif export PKG_CONFIG_LIBDIR=$(PREFIX)/lib/pkgconfig -LIBDYLIB=$(PLATFORM)/build/lib/lib$(LIBNAME).a +LIBDYLIB=$(PLATFORM)/build/src/lib$(LIBNAME).a all: .installed-$(PLATFORM) |