From ee866273d70dce5ecad862db4f809799937573d5 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Sun, 6 Sep 2020 00:50:33 -0400 Subject: [PATCH] Fix bug with ./configure on Darwin --- configure | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configure b/configure index af2d2ed..b138ca4 100755 --- a/configure +++ b/configure @@ -119,9 +119,7 @@ EOF } build_mk_append_darwin() { - build_mk_create_common $@ - - cat <<'EOF' >> mk/build.mk + cat <<'EOF' >> "$1" LLFLAGS = -dynamiclib -current_version $(VERSION) STATIC = lib$(LIBNAME).a