Skip to content

Commit 388b956

Browse files
committed
osx: try to fix _scproxy file when python-for-android is build on osx
1 parent 7c6e1f5 commit 388b956

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

recipes/python/recipe.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ function build_python() {
113113
system=$(uname -s)
114114
if [ "X$system" == "XDarwin" ]; then
115115
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/
116117
fi
117118
try cp $BUILD_hostpython/hostpython $HOSTPYTHON
118119
try cp libpython2.7.so $LIBS_PATH/

0 commit comments

Comments
 (0)