commit 9d7e400334b591614d98dec863f38dcadb629ad3 parent 655448ff6957cbe63e4c5b3a5f2b42b3a86e1166 Author: Michael Savage <mikejsavage@gmail.com> Date: Mon Aug 17 21:55:44 +0200 Don't link with GLU Diffstat:
Makefile | | | 1 | - |
diff --git a/Makefile b/Makefile @@ -11,7 +11,6 @@ CXXFLAGS += -std=c++11 -O2 -pthread -ggdb3 $(WARNINGS) -DGL_GLEXT_PROTOTYPES -DG # OS detection ifneq ($(shell uname -s),Darwin) LDFLAGS += -lGL -lGLEW -lglfw - LDFLAGS += -lGLU else # 8) CXXFLAGS += -I/usr/local/Cellar/glfw3/3.1.1/include