Skip to content

Commit

Permalink
Revert "macOS: try to fix problematic rpaths in bundled libraries"
Browse files Browse the repository at this point in the history
This reverts commit ccef8eb.
  • Loading branch information
adrianinsaval committed Dec 7, 2023
1 parent f2bb065 commit f2f4dd9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 61 deletions.
4 changes: 0 additions & 4 deletions conda/osx/create_bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ find . -name "*.pyc" -type f -delete
# qtwebengine fix
mv ./APP/FreeCAD.app/Contents/Resources/resources ./APP/FreeCAD.app/Contents/Resources/Resources

# fix problematic rpaths for signing
# see https://github.com/FreeCAD/FreeCAD/issues/10144#issuecomment-1836686775
mamba run -p ${conda_env} python ../scripts/fix_rpaths.py ${conda_env}/lib

# create the dmg
hdiutil create -volname "${version_name}" -srcfolder ./APP -ov -format UDZO "${version_name}.dmg"

Expand Down
57 changes: 0 additions & 57 deletions conda/scripts/fix_rpaths.py

This file was deleted.

0 comments on commit f2f4dd9

Please sign in to comment.