From ffe9fe3bc6ce7aca710477a56871b1d366a89b4b Mon Sep 17 00:00:00 2001 From: Lukas Rusak Date: Fri, 3 Feb 2023 19:33:58 -0800 Subject: tools/depends: harfbuzz: don't rebuild if already installed Signed-off-by: Lukas Rusak --- tools/depends/target/harfbuzz/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3