forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/5.0'
Change-Id: I0ef7cd302ba7cba64fec401f3426dd682b8dc036
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user