Skip to content

Commit

Permalink
Fix link path for lib2geom
Browse files Browse the repository at this point in the history
  • Loading branch information
dehesselle committed Aug 20, 2020
1 parent 568006d commit 6fa0c83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 220-inkscape-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,11 @@ mv $APP_DIR.tmp $APP_DIR
# Patch library link paths.

relocate_dependency @executable_path/../Resources/lib/inkscape/libinkscape_base.dylib $APP_EXE_DIR/inkscape
relocate_dependency @executable_path/../Resources/lib/lib2geom.1.0.0.dylib $APP_EXE_DIR/inkscape

relocate_dependency @loader_path/../libpoppler.94.dylib $APP_LIB_DIR/inkscape/libinkscape_base.dylib
relocate_dependency @loader_path/../libpoppler-glib.8.dylib $APP_LIB_DIR/inkscape/libinkscape_base.dylib
relocate_dependency @loader_path/../lib2geom.1.0.0.dylib $APP_LIB_DIR/inkscape/libinkscape_base.dylib

relocate_neighbouring_libs $APP_LIB_DIR

Expand Down

0 comments on commit 6fa0c83

Please sign in to comment.