ensure byte-compiling py->pyo will work. closes #71
This commit is contained in:
parent
28d7042856
commit
cdd79ab77c
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue