Skip to content

Commit

Permalink
Keep dylibs on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
domstoppable committed Nov 28, 2024
1 parent 8a531f9 commit 9fcc833
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions deployment/pupil_core.spec
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,6 @@ def main():
# required for 17.10 interoperability.
binaries = (b for b in binaries if not "libdrm.so.2" in b[0])
binaries = list(binaries)
elif current_platform == SupportedPlatform.macos:
binaries = [b for b in binaries if ".dylibs" not in b[0]]

whitelist = {"cv2"}
blacklist_ext = {
Expand Down

0 comments on commit 9fcc833

Please sign in to comment.