1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-03-05 15:05:40 +02:00
vcmi/xcode/launch-cxx.in

4 lines
54 B
Plaintext
Raw Normal View History

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