Skip to content

Commit 020e58f

Browse files
authored
macos: Ensure that proper relative rpath is added (#2071)
1 parent eb9413b commit 020e58f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package/osx/libraries

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ rm libqmlxmllistmodelplugin.dylib
2828
ln -s ../../../../Plugins/quick/libqmlxmllistmodelplugin.dylib
2929
cd ${CWD}
3030

31+
echo "Adjusting rpath"
32+
install_name_tool -add_rpath "@executable_path/../Frameworks" "${APP}/Contents/MacOS/dRonin-GCS" || true
33+
3134
# Copy SDL files
3235
echo "Copying SDL"
3336

0 commit comments

Comments
 (0)