From 47a5fdb3e2144ce194ea5246f35767db4cb77fa9 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Fri, 15 Mar 2019 15:42:19 +0100 Subject: [PATCH] :art: Import psapi --- tests/import/Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.43.0