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

7 lines
178 B

# 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"