Skip to content

Commit 0d6377b

Browse files
committed
space
1 parent 7e21f17 commit 0d6377b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/python/recipe.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ function build_python() {
9393
fi
9494

9595
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
96+
echo ./configure --host=arm-eabi OPT=$OFLAG --prefix="$BUILD_PATH/python-install" --enable-shared --disable-toolbox-glue --disable-framework
9797
echo $MAKE HOSTPYTHON=$BUILD_python/hostpython HOSTPGEN=$BUILD_python/hostpgen CROSS_COMPILE_TARGET=yes INSTSONAME=libpython2.7.so
9898
cp HOSTPYTHON=$BUILD_python/hostpython python
9999

0 commit comments

Comments
 (0)