1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-15 01:24:45 +02:00
Files
vcmi/xcode/launch-cxx.in

4 lines
54 B
Plaintext
Raw Permalink Normal View History

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