1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-21 17:17:06 +02:00
vcmi/xcode/launch-cxx.in

4 lines
54 B
Bash

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