Skip to content

Commit a870c8f

Browse files
author
Rob Ludwick
committed
Freetype includes is in includes/freetype
1 parent bde2259 commit a870c8f

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)