diff options
author | Tim Angus <tim.angus@roslin.ed.ac.uk> | 2014-08-27 10:36:49 +0100 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2014-08-28 11:20:29 +0100 |
commit | 43ce010079fab53bffd21da3805f704ed8acabd7 (patch) | |
tree | 39d1a73ac7de923e5b4fd75b3f5261ea8855407a /Makefile | |
parent | ac9e52d5d4e8e63699393aa4b4ad962b6f61f763 (diff) |
Bullshit change to test jenkins configuration
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |