Fixed PIL build flags and Tremor import path

This commit is contained in:
doug 2013-10-12 20:47:35 +08:00
parent 9b35cdbaa2
commit 36d27030dd
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ OLD_CC="$CC"
OLD_CFLAGS="$CFLAGS"
OLD_LDFLAGS="$LDFLAGS"
OLD_LDSHARED="$LDSHARED"
export CC="$ARM_CC -I$BUILDROOT/include"
export CC="$ARM_CC -I$BUILDROOT/include -I$BUILDROOT/include/freetype"
export CFLAGS="$ARM_CFLAGS"
export LDFLAGS="$ARM_LDFLAGS"
export LDSHARED="$KIVYIOSROOT/tools/liblink"

View file

@ -14,7 +14,7 @@ fi
if [ ! -d libtremor ]; then
try mkdir libtremor
try cd libtremor
try svn co http://svn.xiph.org/trunk/Tremor tremor
try svn co https://svn.xiph.org/trunk/Tremor tremor
try cd tremor
try patch -p0 < $KIVYIOSROOT/src/tremor-configure.patch
try cd ../..