Files
Cockatrice/cmake/launch-c.in

3 lines
90 B
Bash

#!/bin/sh
export CCACHE_CPP2=true
exec "${RULE_LAUNCH_COMPILE}" "${CMAKE_C_COMPILER}" "$@"