blob: 34b412a2c5a6db9a4add1dc0b57af6d61efaf446 [file] [log] [blame]
James Kuszmaul3ae42262019-11-08 12:33:41 -08001#!/bin/bash --norc
2
3LD_LIBRARY_PATH="${BAZEL_OUTPUT_ROOT}external/clang_6p0_repo/usr/lib/x86_64-linux-gnu"
4LD_LIBRARY_PATH+=":${BAZEL_OUTPUT_ROOT}external/clang_6p0_repo/usr/lib"
5export LD_LIBRARY_PATH
6
7exec -a strip \
8 ${BAZEL_OUTPUT_ROOT}external/clang_6p0_repo/usr/bin/strip \
9 "$@"