This website requires JavaScript.
Explore
Help
Sign In
Backups
/
hl2sdk
Watch
1
Star
0
Fork
0
You've already forked hl2sdk
mirror of
https://github.com/alliedmodders/hl2sdk.git
synced
2025-09-20 20:46:03 +08:00
Code
Activity
Files
dba6cca973d0a7335bb1e7c223bfc8dcbc9271ec
hl2sdk
/
devtools
/
bin
/
osx32
/
xcode_ccache_wrapper
4 lines
99 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fix line endings in xcode_ccache_wrapper script.
2013-11-03 09:37:30 -05:00
#!/bin/bash
exec $(dirname $0)/ccache "${DT_TOOLCHAIN_DIR}"/usr/bin/clang -Qunused-arguments "$@"
Copy Permalink