We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde2259 commit a870c8fCopy full SHA for a870c8f
recipes/pil/recipe.sh
@@ -41,7 +41,7 @@ function build_pil() {
41
push_arm
42
43
LIBS="$SRC_PATH/obj/local/$ARCH"
44
- export CFLAGS="$CFLAGS -I$JNI_PATH/png -I$JNI_PATH/jpeg -I$JNI_PATH/freetype"
+ export CFLAGS="$CFLAGS -I$JNI_PATH/png -I$JNI_PATH/jpeg -I$JNI_PATH/freetype/include/freetype"
45
export LDFLAGS="$LDFLAGS -L$LIBS -lm -lz"
46
export LDSHARED="$LIBLINK"
47
try $BUILD_PATH/python-install/bin/python.host setup.py install -O2
0 commit comments