mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +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}" "$@"
|