blob: 5bc649945c1123b82084141e9382850b1e8684e1 [file] [log] [blame]
#!/bin/bash --norc
LD_LIBRARY_PATH="${BAZEL_OUTPUT_ROOT}external/clang_3p6_repo/usr/lib/x86_64-linux-gnu"
LD_LIBRARY_PATH+=":${BAZEL_OUTPUT_ROOT}external/clang_3p6_repo/usr/lib"
export LD_LIBRARY_PATH
exec -a cpp \
${BAZEL_OUTPUT_ROOT}external/clang_3p6_repo/usr/bin/cpp \
"$@"