From 0062353c5812b893d6d4bcc97eb221cd782a298c Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Fri, 1 Mar 2013 11:29:52 +0100 Subject: [PATCH] finally fixed the _usedpool warning. thanks to the http://stackoverflow.com/questions/11064984/how-to-link-a-static-library-for-ios. closes #4 --- tools/build-python.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/build-python.sh b/tools/build-python.sh index cc07e3a..e0ce939 100755 --- a/tools/build-python.sh +++ b/tools/build-python.sh @@ -55,6 +55,7 @@ try cp $KIVYIOSROOT/src/python_files/_scproxy.py Lib/_scproxy.py try ./configure CC="$ARM_CC" LD="$ARM_LD" \ CFLAGS="$ARM_CFLAGS" \ LDFLAGS="$ARM_LDFLAGS -Lextralibs/ -lsqlite3" \ + --without-pymalloc \ --disable-toolbox-glue \ --host=armv7-apple-darwin \ --prefix=/python \