From 502241ccf50863c126108b41a017984a6664f80f Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Thu, 13 Oct 2022 08:24:06 +0100 Subject: [PATCH] Ensure lib directory is created --- otherbuilds/Makefile.macos-universal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/otherbuilds/Makefile.macos-universal b/otherbuilds/Makefile.macos-universal index 03f4a0a..e9a089f 100644 --- a/otherbuilds/Makefile.macos-universal +++ b/otherbuilds/Makefile.macos-universal @@ -17,9 +17,9 @@ LIBNAME := librubberband STATIC_TARGET := lib/$(LIBNAME).a -default: $(STATIC_TARGET) -all: $(STATIC_TARGET) -static: $(STATIC_TARGET) +default: lib $(STATIC_TARGET) +all: lib $(STATIC_TARGET) +static: lib $(STATIC_TARGET) PUBLIC_INCLUDES := \ rubberband/rubberband-c.h \