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 cabf671 commit f457cb8
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
Expand Up @@ -8,7 +8,7 @@ SRC = main.cpp maths_funcs.cpp
all: generator viewer

generator:
${CC} ${FLAGS} -o generate generator_main.cpp ${INC} -lfreetype
${CC} ${FLAGS} -o generate generator_main.cpp ${INC} -L /opt/homebrew/lib -lfreetype

viewer:
${CC} ${FLAGS} ${FRAMEWORKS} -o view viewer_main.cpp maths_funcs.cpp ${INC} ${LIBS}

0 comments on commit f457cb8

Please sign in to comment.