Skip to content

Commit

Permalink
fixing rpath
Browse files Browse the repository at this point in the history
  • Loading branch information
ponchio committed Feb 10, 2025
1 parent c3905e6 commit 8c8cdb2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build_scripts/macOS/internal/2a_appbundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ fi
message=$(${QT_BASE_DIR}macdeployqt $INSTALL_PATH/$APPNAME \
$ARGUMENTS 2>&1)


install_name_tool -add_rpath "@executable_path/../Frameworks" $INSTALL_PATH/$APPNAME/Contents/MacOS/${APPNAME%.app}

dylibbundler -b -x $INSTALL_PATH/$APPNAME/Contents/MacOS/${APPNAME%.app} -d $INSTALL_PATH/$APPNAME/Contents/Frameworks -p @executable_path/../Frameworks


Expand Down

0 comments on commit 8c8cdb2

Please sign in to comment.