Skip to content

Commit

Permalink
KOLIBRI: Fix freetype detection on kolibri
Browse files Browse the repository at this point in the history
  • Loading branch information
phcoder committed Dec 6, 2024
1 parent eff436d commit 86f1ecc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -3626,6 +3626,7 @@ if test -n "$_host"; then

FREETYPE2_STATIC_LIBS="-lfreetype"
FREETYPE2_CFLAGS="-I${KOS32_SDK_DIR}/sources/freetype/include"
_freetypeconfig=
_freetype_found="true"

SDL_CFLAGS="-I${KOS32_SDK_DIR}/sources/SDL-1.2.2_newlib/include"
Expand Down

0 comments on commit 86f1ecc

Please sign in to comment.