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 6d02b8c commit c68257cCopy full SHA for c68257c
recipes/python/recipe.sh
@@ -88,6 +88,10 @@ function build_python() {
88
$MAKE install HOSTPYTHON=$BUILD_python/hostpython HOSTPGEN=$BUILD_python/hostpgen CROSS_COMPILE_TARGET=yes INSTSONAME=libpython2.7.so
89
pop_arm
90
91
+ system=$(uname -s)
92
+ if [ "X$system" == "XDarwin" ]; then
93
+ try cp $RECIPE_python/patches/_scproxy.py $BUILD_python/Lib/
94
+ fi
95
try cp $BUILD_hostpython/hostpython $BUILD_PATH/python-install/bin/python.host
96
try cp libpython2.7.so $LIBS_PATH/
97
}
0 commit comments