]> Nishi Git Mirror - gwion.git/commitdiff
:art: Import psapi
authorfennecdjay <astor.jeremie@wanadoo.fr>
Fri, 15 Mar 2019 14:42:19 +0000 (15:42 +0100)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Fri, 15 Mar 2019 14:42:19 +0000 (15:42 +0100)
tests/import/Makefile

index 01e65d565d966a6921e91500a3fd33e7269727f0..2701b69b76b84b56bc217155bdaab68cdd6bd085 100644 (file)
@@ -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