aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.py
diff options
context:
space:
mode:
authorGravatar Yifei Feng <yifeif@google.com>2018-10-03 14:01:16 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-10-03 14:07:00 -0700
commited904611009a74ae530335d3bd16b7070238cec3 (patch)
tree8c7db79db3461055882f2f3d4b4fea9b5a72177d /configure.py
parent0b7a3df432f0e607b39ab17d1b85fb0b04e05bd5 (diff)
Update reference to tools/bazel.rc to .bazelrc after cl/215483141
PiperOrigin-RevId: 215623215
Diffstat (limited to 'configure.py')
-rw-r--r--configure.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.py b/configure.py
index 2d2da11700..a88fdb3555 100644
--- a/configure.py
+++ b/configure.py
@@ -1676,8 +1676,8 @@ def main():
# TODO(pcloudy): remove the following if check when they make sense on Windows
if not is_windows():
print('Preconfigured Bazel build configs. You can use any of the below by '
- 'adding "--config=<>" to your build command. See tools/bazel.rc for '
- 'more details.')
+ 'adding "--config=<>" to your build command. See .bazelrc for more '
+ 'details.')
config_info_line('mkl', 'Build with MKL support.')
config_info_line('monolithic', 'Config for mostly static monolithic build.')
config_info_line('gdr', 'Build with GDR support.')