diff --git a/package/osx/libraries b/package/osx/libraries index 47d798d377..7e1914757d 100755 --- a/package/osx/libraries +++ b/package/osx/libraries @@ -28,6 +28,9 @@ rm libqmlxmllistmodelplugin.dylib ln -s ../../../../Plugins/quick/libqmlxmllistmodelplugin.dylib cd ${CWD} +echo "Adjusting rpath" +install_name_tool -add_rpath "@executable_path/../Frameworks" "${APP}/Contents/MacOS/dRonin-GCS" || true + # Copy SDL files echo "Copying SDL"