Files
filament/build/launch-cxx.in
2020-08-07 09:03:51 -07:00

10 lines
222 B
Bash

#!/bin/bash
if [[ "$1" = "${CMAKE_CXX_COMPILER}" ]]; then
shift
fi
export CCACHE_CPP2=true
export CCACHE_SLOPPINESS=file_macro,time_macros,locale,file_stat_matches
exec "${CXX_LAUNCHER}" "${CMAKE_CXX_COMPILER}" "$@"