mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +02:00
4 lines
52 B
Bash
4 lines
52 B
Bash
#!/bin/sh
|
|
export CCACHE_CPP2=true
|
|
ccache clang "$@"
|