medfall

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

commit d65d602be2a96759b29ac3d6bf2f771f71ca2a0a
parent 947d2b777e1b9c6acef5e8ff84f4198074cc93dd
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Sun Aug 16 19:32:06 +0200

Use GLFW_INCLUDE_GLCOREARB on OS X

Diffstat:
Makefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/Makefile b/Makefile @@ -14,6 +14,7 @@ ifneq ($(shell uname -s),Darwin) LDFLAGS += -lGLU else # 8) + CXXFLAGS += -DGLFW_INCLUDE_GLCOREARB CXXFLAGS += -I/usr/local/Cellar/glfw3/3.1.1/include CXXFLAGS += -I/usr/local/Cellar/glm/0.9.6.3/include LDFLAGS += -lm -framework Cocoa -framework OpenGL -framework IOKit -framework CoreFoundation -framework CoreVideo