Files
vcmi/xcode/launch-c.in
T

4 lines
52 B
Bash

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