SRB2/cmake/launch-cxx.in

4 lines
91 B
Text
Raw Normal View History

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