changeset 274:2a7074774cc7

Attempt to fix Linux build error
author Jamie Bullock <jamie@jamiebullock.com>
date Tue, 11 Nov 2014 19:53:38 +0000
parents 1fcdaceee316
children 1458e8fc09b8
files tests/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/Makefile	Tue Nov 11 19:27:31 2014 +0000
+++ b/tests/Makefile	Tue Nov 11 19:53:38 2014 +0000
@@ -82,7 +82,7 @@
 ifeq "$(LIBRARY)" "static"
 	@$(AR) rcs $@ $^
 else
-	@$(COMPILER) $(LDFLAGS) $^ -o $@
+	@$(COMPILER) $^ $(LDFLAGS) -o $@
 endif
 
 debug: FLAGS = $(DEBUG_FLAGS)