From: fennecdjay Date: Fri, 15 Mar 2019 01:05:29 +0000 (+0100) Subject: :art: Pulg Makefile X-Git-Tag: nightly~2665 X-Git-Url: http://10.11.0.4:5575/?a=commitdiff_plain;h=684fd064bd82bf0342d116520975fdf629c86326;p=gwion.git :art: Pulg Makefile --- diff --git a/tests/import/Makefile b/tests/import/Makefile index 6a5949fb..01e65d56 100644 --- a/tests/import/Makefile +++ b/tests/import/Makefile @@ -7,10 +7,10 @@ CFLAGS = $(../../gwion -C 2>&1 | grep CFLAGS) ${INC} LDFLAGS = $(../../gwion -C 2>&1 | grep LDFLAGS) # os specific -ifeq ($(shell uname), Linux) -LDFLAGS += -shared -else +ifeq ($(shell uname), Darwin) LDFLAGS += -bundle -undefined dynamic_lookup +else +LDFLAGS += -shared endif all: ${NAME}.so