From a15d374aee0b88fed455db913b84a499289e58b4 Mon Sep 17 00:00:00 2001 From: Chuck Preslar Date: Wed, 11 Sep 2013 11:36:54 -0400 Subject: [PATCH] Replace DOS line ending in `xcode_ccache_wrapper` that prevents Xcode from compiling. --- .gitignore | 2 ++ mp/src/devtools/bin/osx32/xcode_ccache_wrapper | 6 +++--- sp/src/devtools/bin/osx32/xcode_ccache_wrapper | 6 +++--- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index a5f72e0f9..34f1ee408 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,5 @@ config.cfg # shader files *.tmp +# Ignore .DS_Store for MAC developers +.DS_Store diff --git a/mp/src/devtools/bin/osx32/xcode_ccache_wrapper b/mp/src/devtools/bin/osx32/xcode_ccache_wrapper index 4f038475f..475f508f5 100755 --- a/mp/src/devtools/bin/osx32/xcode_ccache_wrapper +++ b/mp/src/devtools/bin/osx32/xcode_ccache_wrapper @@ -1,3 +1,3 @@ -#!/bin/bash - -exec $(dirname $0)/ccache "${DT_TOOLCHAIN_DIR}"/usr/bin/clang -Qunused-arguments "$@" +#!/bin/bash + +exec $(dirname $0)/ccache "${DT_TOOLCHAIN_DIR}"/usr/bin/clang -Qunused-arguments "$@" diff --git a/sp/src/devtools/bin/osx32/xcode_ccache_wrapper b/sp/src/devtools/bin/osx32/xcode_ccache_wrapper index 4f038475f..475f508f5 100755 --- a/sp/src/devtools/bin/osx32/xcode_ccache_wrapper +++ b/sp/src/devtools/bin/osx32/xcode_ccache_wrapper @@ -1,3 +1,3 @@ -#!/bin/bash - -exec $(dirname $0)/ccache "${DT_TOOLCHAIN_DIR}"/usr/bin/clang -Qunused-arguments "$@" +#!/bin/bash + +exec $(dirname $0)/ccache "${DT_TOOLCHAIN_DIR}"/usr/bin/clang -Qunused-arguments "$@"