SRB2/cmake/launch-c.in

4 lines
91 B
Plaintext
Raw Normal View History

2020-06-07 17:41:43 -07:00
#!/bin/sh
export CCACHE_CPP2=true
exec "${RULE_LAUNCH_COMPILE}" "${CMAKE_C_COMPILER}" "$@"