Skip to content

Commit

Permalink
Attempting to fix GH build
Browse files Browse the repository at this point in the history
  • Loading branch information
yousseb committed Nov 5, 2023
1 parent fe1a749 commit b143399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osx/build_app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ cp osx/conf.py meld/conf.py
${INSTROOT}/bin/python3 -c "import sys; print('\n'.join(sys.path))"

PY_SITE_PACKAGES=$(~/gtk/inst/bin/python3 -c 'import site; print(site.getsitepackages()[0], end="")')
/usr/local/bin/pip3 install distro py2app --target $PY_SITE_PACKAGES
/usr/local/bin/pip3 install distro pyobjc-core pyobjc-framework-Cocoa py2app --target $PY_SITE_PACKAGES

glib-compile-schemas data
${INSTROOT}/bin/python3 setup_py2app.py build
Expand Down

0 comments on commit b143399

Please sign in to comment.