Tweak MacOS X Makefile for likely scenario

features/sdl_renderer3_multiviewports
ocornut ago%!(EXTRA string=11 years)
parent 7a3e6aa38d
commit 530f103dfe
  1. 3
      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__

Loading…
Cancel
Save