aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Rusak <lorusak@gmail.com>2023-02-03 19:33:58 -0800
committerLukas Rusak <lorusak@gmail.com>2023-02-04 14:02:18 -0800
commitffe9fe3bc6ce7aca710477a56871b1d366a89b4b (patch)
tree642950ee77a5895b68f28304a25791273766728a
parentd58f270fbcb816c5cdef6e94411559229c737fab (diff)
tools/depends: harfbuzz: don't rebuild if already installed
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
-rw-r--r--tools/depends/target/harfbuzz/Makefile2
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)