From 684fd064bd82bf0342d116520975fdf629c86326 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Fri, 15 Mar 2019 02:05:29 +0100 Subject: [PATCH] :art: Pulg Makefile --- tests/import/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.43.0