aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2021-09-15 11:18:11 +0200
committerEike Ziller <eike.ziller@qt.io>2021-09-15 11:18:11 +0200
commit342a24d56a06556d08eb3988e0fd13d6ad412948 (patch)
treeb6677b608df0557c5e1e30c9a38400648b669a97 /scripts
parent1206ac03ccec0d5fec5623700b11888afe0d3318 (diff)
parentdc71f3248365265bb14d9dc68644ae5be0f12ebc (diff)
Merge remote-tracking branch 'origin/5.0'
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/deployqtHelper_mac.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/deployqtHelper_mac.sh b/scripts/deployqtHelper_mac.sh
index ee2a725549..3387b67847 100755
--- a/scripts/deployqtHelper_mac.sh
+++ b/scripts/deployqtHelper_mac.sh
@@ -169,6 +169,7 @@ if [ $LLVM_INSTALL_DIR ]; then
clazysource="$LLVM_INSTALL_DIR"/bin/clazy-standalone
cp -Rf "$clazysource" "$libexec_path/clang/bin/" || exit 1
install_name_tool -add_rpath "@executable_path/../lib" "$libexec_path/clang/bin/clazy-standalone" || exit 1
+ install_name_tool -delete_rpath "/Users/qt/work/build/libclang/lib" "$libexec_path/clang/bin/clazy-standalone" 2> /dev/null
fi
clangbackendArgument="-executable=$libexec_path/clangbackend"
fi