From 8d32fcb7d44a036442f45d1f692ecc5c06b39636 Mon Sep 17 00:00:00 2001 From: Yaroslav Bunyak Date: Sat, 20 Sep 2014 00:28:44 +0300 Subject: [PATCH] Add missing framework for MacOSX builds. --- examples/opengl_example/Makefile.Macosx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/opengl_example/Makefile.Macosx b/examples/opengl_example/Makefile.Macosx index 44ffe158..0390bdcb 100644 --- a/examples/opengl_example/Makefile.Macosx +++ b/examples/opengl_example/Makefile.Macosx @@ -4,7 +4,7 @@ # brew install glfw3 # -CXXFLAGS=-framework OpenGL -framework Cocoa -framework IOKit +CXXFLAGS=-framework OpenGL -framework Cocoa -framework IOKit -framework CoreVideo CXXFLAGS+=-I/usr/local/Cellar/glew/1.10.0/include -I/usr/local/Cellar/glfw3/3.0.4/include CXXFLAGS+=-L/usr/local/Cellar/glew/1.10.0/lib -L/usr/local/Cellar/glfw3/3.0.4/lib CXXFLAGS+=-lglew -lglfw3