compiler-launcher.in 68 B

123
  1. #!/bin/sh
  2. export CCACHE_CPP2=true
  3. "${CCACHE}" ${xcodeCompiler} "$@"