8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e21f17 commit 0d6377bCopy full SHA for 0d6377b
recipes/python/recipe.sh
@@ -93,7 +93,7 @@ function build_python() {
93
fi
94
95
try ./configure --host=arm-eabi OPT=$OFLAG --prefix="$BUILD_PATH/python-install" --enable-shared --disable-toolbox-glue --disable-framework
96
- echo ./configure --host=arm-eabi OPT=$OFLAG--prefix="$BUILD_PATH/python-install" --enable-shared --disable-toolbox-glue --disable-framework
+ echo ./configure --host=arm-eabi OPT=$OFLAG --prefix="$BUILD_PATH/python-install" --enable-shared --disable-toolbox-glue --disable-framework
97
echo $MAKE HOSTPYTHON=$BUILD_python/hostpython HOSTPGEN=$BUILD_python/hostpgen CROSS_COMPILE_TARGET=yes INSTSONAME=libpython2.7.so
98
cp HOSTPYTHON=$BUILD_python/hostpython python
99
0 commit comments