Rename BUILD to BUILD.bazel.

This avoids conflicts with build/ on case-insensitive filesystems.

Fixes #606.
This commit is contained in:
Rodrigo Queiro 2021-03-01 12:59:21 +01:00 committed by Rodrigo Queiro
parent d824eae3cd
commit ce50c57b9e
3 changed files with 1 additions and 1 deletions

View File

View File

@ -1,4 +1,4 @@
# Implement a macro glog_library() that the BUILD file can load. # Implement a macro glog_library() that the BUILD.bazel file can load.
# By default, glog is built with gflags support. You can change this behavior # By default, glog is built with gflags support. You can change this behavior
# by using glog_library(with_gflags=0) # by using glog_library(with_gflags=0)