Files
vcmi/xcode/launch-cxx.in
T

4 lines
54 B
Bash

#!/bin/sh
export CCACHE_CPP2=true
ccache clang++ "$@"