Explorar o código

Add missing framework for MacOSX builds.

Yaroslav Bunyak %!s(int64=11) %!d(string=hai) anos
pai
achega
8d32fcb7d4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/opengl_example/Makefile.Macosx

+ 1 - 1
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