From ed904611009a74ae530335d3bd16b7070238cec3 Mon Sep 17 00:00:00 2001 From: Yifei Feng Date: Wed, 3 Oct 2018 14:01:16 -0700 Subject: Update reference to tools/bazel.rc to .bazelrc after cl/215483141 PiperOrigin-RevId: 215623215 --- configure.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.py') 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.') -- cgit v1.2.3