1
hermetic_cc_toolchain/.envrc
Motiejus Jakštys 5cccfb1ce1 move bin/ to tools/
The directories are not that different now. Also, clean up .bazelrc
2023-03-10 10:37:43 +02:00

8 lines
178 B
Plaintext

# Copyright 2023 Uber Technologies, Inc.
# Licensed under the Apache License, Version 2.0
set -eu
BIN_DIR="$(git rev-parse --show-toplevel)/tools"
export PATH="$BIN_DIR:$PATH"