From: fennecdjay Date: Fri, 15 Mar 2019 14:42:19 +0000 (+0100) Subject: :art: Import psapi X-Git-Tag: nightly~2660 X-Git-Url: http://10.11.0.4:5575/?a=commitdiff_plain;h=47a5fdb3e2144ce194ea5246f35767db4cb77fa9;p=gwion.git :art: Import psapi --- diff --git a/tests/import/Makefile b/tests/import/Makefile index 01e65d56..2701b69b 100644 --- a/tests/import/Makefile +++ b/tests/import/Makefile @@ -10,7 +10,11 @@ LDFLAGS = $(../../gwion -C 2>&1 | grep LDFLAGS) ifeq ($(shell uname), Darwin) LDFLAGS += -bundle -undefined dynamic_lookup else +ifeq ($(shell uname), Linux) LDFLAGS += -shared +else +LDFLAGS += -shared -lpsapi +endif endif all: ${NAME}.so