Skip to content

Commit

Permalink
py2app forgets AVFoundation, do it by hand
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@18298 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Feb 4, 2018
1 parent 9c01065 commit 84a801f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions osx/make-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ if [ "$?" != "0" ]; then
tail -n 20 ${PY2APP_LOG}
exit 1
fi
echo "py2app forgets AVFoundation, do it by hand:"
rsync -rplogt ${JHBUILD_PREFIX}/lib/python${PYTHON_MAJOR_VERSION}.${PYTHON_MINOR_VERSION}/site-packages/AVFoundation ./dist/xpra.app/Contents/Resources/lib/python${PYTHON_MAJOR_VERSION}.${PYTHON_MINOR_VERSION}/
echo "OK"
popd

Expand Down

0 comments on commit 84a801f

Please sign in to comment.