Skip to content

Commit 5c75314

Browse files
committed
remove previous LDFLAGS manually set for macosx, not needed anymore.
1 parent 38950b5 commit 5c75314

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

recipes/python/recipe.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ function build_python() {
6363
export LDFLAGS="$LDFLAGS -L$BUILD_openssl/"
6464
fi
6565

66-
# dunno why on darwin this is not working...
67-
export LDFLAGS="$LDFLAGS -L$BUILD_python -lpython2.7"
68-
6966
try ./configure --host=arm-eabi --prefix="$BUILD_PATH/python-install" --enable-shared --disable-toolbox-glue --disable-framework
7067
echo ./configure --host=arm-eabi --prefix="$BUILD_PATH/python-install" --enable-shared --disable-toolbox-glue --disable-framework
7168
echo $MAKE HOSTPYTHON=$BUILD_python/hostpython HOSTPGEN=$BUILD_python/hostpgen CROSS_COMPILE_TARGET=yes INSTSONAME=libpython2.7.so

0 commit comments

Comments
 (0)