8000
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 6b458b7 commit cb0e6e9Copy full SHA for cb0e6e9
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"
+ export CFLAGS="$CFLAGS -I$JNI_PATH/png -I$JNI_PATH/jpeg -I$JNI_PATH/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