diff --git a/test/Makefile.common b/test/Makefile.common index 23cb815..a8a649e 100644 --- a/test/Makefile.common +++ b/test/Makefile.common @@ -1,13 +1,7 @@ include ../../Makefile.common override CPPFLAGS += -I../../include -DNDEBUG -ifeq ($(OS),Darwin) - override LDFLAGS += -L../../lib -else - override LDFLAGS += -L../../lib -static -endif - -LDLIBS := -lloki +LDLIBS := ../../lib/libloki.a ifeq ($(OS),Windows) BIN_SUFFIX := .exe