mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-14 17:01:07 +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}" "$@"
|