diff options
Diffstat (limited to 'tools/depends/target/waylandpp')
-rw-r--r-- | tools/depends/target/waylandpp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/depends/target/waylandpp/Makefile b/tools/depends/target/waylandpp/Makefile index 94018f3393..b0ad4b2bf7 100644 --- a/tools/depends/target/waylandpp/Makefile +++ b/tools/depends/target/waylandpp/Makefile @@ -3,11 +3,11 @@ DEPS=Makefile # lib name, version LIBNAME=waylandpp -VERSION=0.2.3 +VERSION=0.2.8 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz -LIBDYLIB=$(PLATFORM)/src/libwayland-client++.so +LIBDYLIB=$(PLATFORM)/build/libwayland-client++.so ifeq ($(PLATFORM),) # Building stand-alone |