From 43ce010079fab53bffd21da3805f704ed8acabd7 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Wed, 27 Aug 2014 10:36:49 +0100 Subject: Bullshit change to test jenkins configuration --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 24ef0d06..cd194310 100644 --- a/Makefile +++ b/Makefile @@ -474,7 +474,7 @@ ifeq ($(PLATFORM),darwin) CLIENT_LIBS += -framework IOKit \ $(LIBSDIR)/macosx/libSDL2-2.0.0.dylib RENDERER_LIBS += -framework OpenGL $(LIBSDIR)/macosx/libSDL2-2.0.0.dylib - CLIENT_EXTRA_FILES=$(LIBSDIR)/macosx/libSDL2-2.0.0.dylib + CLIENT_EXTRA_FILES += $(LIBSDIR)/macosx/libSDL2-2.0.0.dylib OPTIMIZE = $(OPTIMIZEVM) -ffast-math -- cgit