From 031d4e689de0baadb63ceb54bfae5eff57817f22 Mon Sep 17 00:00:00 2001 From: ocornut Date: Mon, 5 Sep 2016 22:52:35 +0200 Subject: [PATCH] Examples: OpenGL3: Revert Makefile change for OSX for now (#812) --- examples/opengl3_example/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/opengl3_example/Makefile b/examples/opengl3_example/Makefile index ae31c6b8..393b025b 100644 --- a/examples/opengl3_example/Makefile +++ b/examples/opengl3_example/Makefile @@ -30,7 +30,8 @@ endif ifeq ($(UNAME_S), Darwin) #APPLE ECHO_MESSAGE = "Mac OS X" LIBS = -framework OpenGL -framework Cocoa -framework IOKit -framework CoreVideo - LIBS += -L/usr/local/lib -lglfw + LIBS += -L/usr/local/lib -lglfw3 + #LIBS += -L/usr/local/lib -lglfw CXXFLAGS = -I../../ -I../libs/gl3w -I/usr/local/Cellar/glew/1.10.0/include -I/usr/local/include CXXFLAGS += -Wall -Wformat