From 02d197ca082c0e46867e1dd2aab707ca981155e8 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Wed, 27 Aug 2014 10:36:49 +0100 Subject: [PATCH] Bullshit change to test jenkins configuration --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bed85da5..d4d42294 100644 --- a/Makefile +++ b/Makefile @@ -487,7 +487,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