From bcac8a198722db8c0e36edfe7018f30136b987cb Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 2 Oct 2023 11:48:50 +0200 Subject: [PATCH] Another build fix Signed-off-by: falkTX --- Makefile | 8 ++++++++ mod-ui | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fb4e33d..124eda0 100644 --- a/Makefile +++ b/Makefile @@ -174,6 +174,11 @@ run: $(TARGETS) # --------------------------------------------------------------------------------------------------------------------- +win64: + $(MAKE) PAWPAW_TARGET=win64 + +# --------------------------------------------------------------------------------------------------------------------- + build/jackd$(APP_EXT): $(PAWPAW_PREFIX)/bin/jackd$(APP_EXT) @mkdir -p build ln -sf $(abspath $<) $@ @@ -349,4 +354,7 @@ $(PAWPAW_PREFIX)/lib/lv2/wolf-shaper.lv2: $(BOOTSTRAP_FILES) $(PAWPAW_PREFIX)/bin/%: ./PawPaw/bootstrap-mod.sh $(PAWPAW_TARGET) +$(PAWPAW_PREFIX)/lib/lib%: + ./PawPaw/bootstrap-mod.sh $(PAWPAW_TARGET) + # --------------------------------------------------------------------------------------------------------------------- diff --git a/mod-ui b/mod-ui index efeb3b8..18438b7 160000 --- a/mod-ui +++ b/mod-ui @@ -1 +1 @@ -Subproject commit efeb3b8d2408f1e8f1b088758732d55ff89f692f +Subproject commit 18438b725d5fd1a184246af1a1de2857664f4f17