mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 01:01:33 +00:00
3 lines
91 B
Bash
3 lines
91 B
Bash
#!/bin/sh
|
|
export CCACHE_CPP2=true
|
|
exec "${RULE_LAUNCH_COMPILE}" "${CMAKE_C_COMPILER}" "$@"
|