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