Skip to content

Commit

Permalink
attempted fix on freetype2 folder on osx
Browse files Browse the repository at this point in the history
  • Loading branch information
capnramses committed Mar 14, 2024
1 parent 454010e commit 9d2e3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 27_font_atlas/generator_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
\******************************************************************************/
#define STB_IMAGE_WRITE_IMPLEMENTATION
#include "stb_image_write.h"
#include <ft2build.h> // FreeType header
#include <freetype2/ft2build.h> // FreeType header
#include FT_FREETYPE_H // unusual macro
#include <freetype/ftglyph.h> // needed for bounding box bit
#include <stdio.h>
Expand Down

0 comments on commit 9d2e3ef

Please sign in to comment.