Replace DOS line ending in xcode_ccache_wrapper that prevents Xcode from compiling.

This commit is contained in:
Chuck Preslar 2013-09-11 11:36:54 -04:00
parent 80cf6f02c3
commit a15d374aee
3 changed files with 8 additions and 6 deletions

2
.gitignore vendored
View file

@ -54,3 +54,5 @@ config.cfg
# shader files
*.tmp
# Ignore .DS_Store for MAC developers
.DS_Store

View file

@ -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 "$@"

View file

@ -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 "$@"