Fix bug with ./configure on Darwin

This commit is contained in:
XANTRONIX Development 2020-09-06 00:50:33 -04:00 committed by XANTRONIX Industrial
parent 83977e115f
commit ee866273d7

4
configure vendored
View file

@ -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