From 530f103dfebbeb4af28176e692ba197599c6f21a Mon Sep 17 00:00:00 2001 From: ocornut Date: Tue, 12 Aug 2014 23:57:14 +0100 Subject: [PATCH] Tweak MacOS X Makefile for likely scenario --- examples/opengl_example/Makefile.Macosx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/opengl_example/Makefile.Macosx b/examples/opengl_example/Makefile.Macosx index 474208345..44ffe158d 100644 --- a/examples/opengl_example/Makefile.Macosx +++ b/examples/opengl_example/Makefile.Macosx @@ -5,7 +5,8 @@ # CXXFLAGS=-framework OpenGL -framework Cocoa -framework IOKit -#CXXFLAGS+=-L/usr/local/Cellar/glew/1.10.0/lib -L/usr/local/Cellar/glfw3/3.0.4/lib +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 CXXFLAGS+=-I../../ CXXFLAGS+= -D__APPLE__