Philipp Schrader | 9b1790e | 2018-03-10 20:21:30 -0800 | [diff] [blame] | 1 | #!/bin/bash --norc |
2 | |||||
Brian Silverman | 5c00e23 | 2018-08-12 02:08:32 -0700 | [diff] [blame] | 3 | LD_LIBRARY_PATH="${BAZEL_OUTPUT_ROOT}external/clang_3p6_repo/usr/lib/x86_64-linux-gnu" |
4 | LD_LIBRARY_PATH+=":${BAZEL_OUTPUT_ROOT}external/clang_3p6_repo/usr/lib" | ||||
5 | export LD_LIBRARY_PATH | ||||
6 | |||||
Philipp Schrader | 9b1790e | 2018-03-10 20:21:30 -0800 | [diff] [blame] | 7 | exec -a cpp \ |
8 | ${BAZEL_OUTPUT_ROOT}external/clang_3p6_repo/usr/bin/cpp \ | ||||
9 | "$@" |