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 7c6e1f5 commit 388b956Copy full SHA for 388b956
recipes/python/recipe.sh
@@ -113,6 +113,7 @@ function build_python() {
113
system=$(uname -s)
114
if [ "X$system" == "XDarwin" ]; then
115
try cp $RECIPE_python/patches/_scproxy.py $BUILD_python/Lib/
116
+ try cp $RECIPE_python/patches/_scproxy.py $BUILD_PATH/python-install/lib/python2.7/
117
fi
118
try cp $BUILD_hostpython/hostpython $HOSTPYTHON
119
try cp libpython2.7.so $LIBS_PATH/
0 commit comments