This commit is contained in:
Mathieu Virbel 2013-03-01 11:29:52 +01:00
parent 2bf3ce17fc
commit 0062353c58

View file

@ -55,6 +55,7 @@ try cp $KIVYIOSROOT/src/python_files/_scproxy.py Lib/_scproxy.py
try ./configure CC="$ARM_CC" LD="$ARM_LD" \ try ./configure CC="$ARM_CC" LD="$ARM_LD" \
CFLAGS="$ARM_CFLAGS" \ CFLAGS="$ARM_CFLAGS" \
LDFLAGS="$ARM_LDFLAGS -Lextralibs/ -lsqlite3" \ LDFLAGS="$ARM_LDFLAGS -Lextralibs/ -lsqlite3" \
--without-pymalloc \
--disable-toolbox-glue \ --disable-toolbox-glue \
--host=armv7-apple-darwin \ --host=armv7-apple-darwin \
--prefix=/python \ --prefix=/python \