diff options
author | Lukas Rusak <lorusak@gmail.com> | 2023-02-03 19:33:58 -0800 |
---|---|---|
committer | Lukas Rusak <lorusak@gmail.com> | 2023-02-04 14:02:18 -0800 |
commit | ffe9fe3bc6ce7aca710477a56871b1d366a89b4b (patch) | |
tree | 642950ee77a5895b68f28304a25791273766728a | |
parent | d58f270fbcb816c5cdef6e94411559229c737fab (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/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) |