Skip to content

Commit

Permalink
misisng path makefile27
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Gerdelan authored and Anton Gerdelan committed Aug 20, 2024
1 parent f457cb8 commit 89e2493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 27_font_atlas/Makefile.osx
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 89e2493

Please sign in to comment.