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 38950b5 commit 5c75314Copy full SHA for 5c75314
recipes/python/recipe.sh
@@ -63,9 +63,6 @@ function build_python() {
63
export LDFLAGS="$LDFLAGS -L$BUILD_openssl/"
64
fi
65
66
- # dunno why on darwin this is not working...
67
- export LDFLAGS="$LDFLAGS -L$BUILD_python -lpython2.7"
68
-
69
try ./configure --host=arm-eabi --prefix="$BUILD_PATH/python-install" --enable-shared --disable-toolbox-glue --disable-framework
70
echo ./configure --host=arm-eabi --prefix="$BUILD_PATH/python-install" --enable-shared --disable-toolbox-glue --disable-framework
71
echo $MAKE HOSTPYTHON=$BUILD_python/hostpython HOSTPGEN=$BUILD_python/hostpgen CROSS_COMPILE_TARGET=yes INSTSONAME=libpython2.7.so
0 commit comments