1
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hermetic_cc_toolchain/.envrc

8 lines
162 B
Plaintext

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