rules_cc/cc/private/toolchain/clang_deps_scanner_wrapper....

12 lines
204 B
Smarty

#!/usr/bin/env bash
#
# Ship the environment to the C++ action
#
set -eu
# Set-up the environment
%{env}
# Call the C++ compiler
%{deps_scanner} -format=p1689 -- %{cc} "$@" >"$DEPS_SCANNER_OUTPUT_FILE"