ensure byte-compiling py->pyo will work. closes #71

This commit is contained in:
Mathieu Virbel 2013-10-27 13:24:14 +01:00
parent 28d7042856
commit cdd79ab77c

View file

@ -97,6 +97,9 @@ export ARM_LDFLAGS="$ARM_LDFLAGS -miphoneos-version-min=$SDKVER"
export ARM_CFLAGS="$ARM_CFLAGS -O3"
#export ARM_CFLAGS="$ARM_CFLAGS -O0 -g"
# ensure byte-compiling is working
export PYTHONDONTWRITEBYTECODE=
# create build directory if not found
try mkdir -p $BUILDROOT
try mkdir -p $BUILDROOT/include