medfall

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit a814c8a45157d0419dd186c77c85ce5c0edbb462
parent d5de8d3817ccdf91053428af843846f96d1708dc
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Sun Aug 16 18:18:55 +0200

Don't link with GLEW on OS X

Diffstat:
Makefile | 2--
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile @@ -16,10 +16,8 @@ else # 8) CXXFLAGS += -I/usr/local/Cellar/glfw3/3.1.1/include CXXFLAGS += -I/usr/local/Cellar/glm/0.9.6.3/include - CXXFLAGS += -I/usr/local/Cellar/glew/1.12.0/include LDFLAGS += -lm -framework Cocoa -framework OpenGL -framework IOKit -framework CoreFoundation -framework CoreVideo LDFLAGS += -L/usr/local/Cellar/glfw3/3.1.1/lib -lglfw3 - LDFLAGS += -L/usr/local/Cellar/glew/1.12.0/lib -lGLEW endif picky: WARNINGS += -Wunused-parameter -Wunused-function -Wwrite-strings