From 0f5775ef5d665ef766e6c372a886323a6aff6b9d Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Thu, 9 Jul 2015 18:55:16 +0200 Subject: OS X: Deploy clang binary for use by static analyzer Change-Id: I0047cb33e7267b84310307eb3bb0f6c0d6b31bc5 Reviewed-by: Eike Ziller --- scripts/deployqtHelper_mac.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/deployqtHelper_mac.sh') diff --git a/scripts/deployqtHelper_mac.sh b/scripts/deployqtHelper_mac.sh index 120a4d030a..78c34ec91f 100755 --- a/scripts/deployqtHelper_mac.sh +++ b/scripts/deployqtHelper_mac.sh @@ -61,6 +61,8 @@ if [ $LLVM_INSTALL_DIR ]; then # use recursive copy to make it copy symlinks as symlinks cp -Rf "$LLVM_INSTALL_DIR"/lib/libclang.*dylib "$1/Contents/Frameworks/" || exit 1 cp -Rf "$LLVM_INSTALL_DIR"/lib/clang "$1/Contents/Resources/cplusplus/" || exit 1 + cp -Rf "$LLVM_INSTALL_DIR"/bin/clang* "$1/Contents/Resources/" || exit 1 + rm "$1/Contents/Resources/clang-check" fi _CLANG_CODEMODEL_LIB="$1/Contents/PlugIns/libClangCodeModel_debug.dylib" if [ ! -f "$_CLANG_CODEMODEL_LIB" ]; then -- cgit v1.2.3