Skip to content

Commit 59712fd

Browse files
committed
Merge pull request kivy#59 from rcludwick/pil_font
Freetype includes is in includes/freetype
2 parents bde2259 + a870c8f commit 59712fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/pil/recipe.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function build_pil() {
4141
push_arm
4242

4343
LIBS="$SRC_PATH/obj/local/$ARCH"
44-
export CFLAGS="$CFLAGS -I$JNI_PATH/png -I$JNI_PATH/jpeg -I$JNI_PATH/freetype"
44+
export CFLAGS="$CFLAGS -I$JNI_PATH/png -I$JNI_PATH/jpeg -I$JNI_PATH/freetype/include/freetype"
4545
export LDFLAGS="$LDFLAGS -L$LIBS -lm -lz"
4646
export LDSHARED="$LIBLINK"
4747
try $BUILD_PATH/python-install/bin/python.host setup.py install -O2

0 commit comments

Comments
 (0)