File launch-c.in of Package srb2

#!/bin/sh

# Xcode generator doesn't include the compiler as the
# first argument, Ninja and Makefiles do. Handle both cases.
if [ "$1" = "${CMAKE_C_COMPILER}" ] ; then
    shift
fi

${CCCACHE_EXPORTS}

exec "${C_LAUNCHER}" "${CMAKE_C_COMPILER}" "$@"
openSUSE Build Service is sponsored by