Skip to content

Commit

Permalink
PKG: try excluding /usr/lib/libffi.dylib
Browse files Browse the repository at this point in the history
It turns out we really can't install our own to this expected location
so let's just force ignore this one
  • Loading branch information
peircej committed Jul 12, 2023
1 parent ecac451 commit 4c40a8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ jobs:
brew update --preinstall
brew install glfw lame libevent
brew install labstreaminglayer/tap/lsl
brew install libffi
sudo ln -s /opt/homebrew/opt/libffi/lib/libffi.dylib /usr/lib/libffi.dylib
- name: Unpack portable Python distro (Windows)
if: runner.os == 'Windows'
Expand Down
1 change: 1 addition & 0 deletions setupApp.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ def dyld_find(name, loader=None, **kwargs):
# 'stringprep',
'functools32',
'sympy',
'/usr/lib/libffi.dylib',
], # anything we need to forcibly exclude?
resources=resources,
argv_emulation=False, # must be False or app bundle pauses (py2app 0.21 and 0.24 tested)
Expand Down

0 comments on commit 4c40a8c

Please sign in to comment.