Skip to content

Commit

Permalink
Rename BUILD to BUILD.bazel.
Browse files Browse the repository at this point in the history
This avoids conflicts with build/ on case-insensitive filesystems.

Fixes google#606.
  • Loading branch information
drigz committed Mar 1, 2021
1 parent d824eae commit f318e9e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion bazel/glog.bzl
Original file line number Diff line number Diff line change
@@ -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 using glog_library(with_gflags=0)
Expand Down

0 comments on commit f318e9e

Please sign in to comment.