1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-02 00:10:22 +02:00
vcmi/xcode/launch-c.in

4 lines
52 B
Bash

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