SRB2/launch-cxx.in
2020-06-08 00:35:31 -04:00

4 lines
91 B
Bash

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