diff --git a/27_font_atlas/Makefile.osx b/27_font_atlas/Makefile.osx index cc2bafb..fe968c3 100644 --- a/27_font_atlas/Makefile.osx +++ b/27_font_atlas/Makefile.osx @@ -1,6 +1,6 @@ CC = clang++ FLAGS = -DAPPLE -Wall -pedantic -INC = -I/sw/include -I/usr/local/include -I/usr/local/include/freetype2/ -I/opt/homebrew/include +INC = -I/sw/include -I/usr/local/include -I/usr/local/include/freetype2/ -I/opt/homebrew/include -I/opt/homebrew/include/freetype2/ LIBS = -L /opt/homebrew/lib -lGLEW -lglfw FRAMEWORKS = -framework Cocoa -framework OpenGL -framework IOKit SRC = main.cpp maths_funcs.cpp