From cce96d2f0a4dd68676acee4d7dec6ef9d1a4626a Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Tue, 11 Nov 2014 19:53:38 +0000 Subject: Attempt to fix Linux build error --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index a1e7330..2b8428c 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -82,7 +82,7 @@ $(OUT): $(OBJ) ifeq "$(LIBRARY)" "static" @$(AR) rcs $@ $^ else - @$(COMPILER) $(LDFLAGS) $^ -o $@ + @$(COMPILER) $^ $(LDFLAGS) -o $@ endif debug: FLAGS = $(DEBUG_FLAGS) -- cgit v1.2.3