Skip to content

Commit

Permalink
Add note about namespace on Win32.
Browse files Browse the repository at this point in the history
  • Loading branch information
drigz committed Nov 27, 2019
1 parent 95a3655 commit 1b7d541
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bazel/glog.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
# This file is inspired by the following sample BUILD files:
# https://github.com/google/glog/issues/61
# https://github.com/google/glog/files/393474/BUILD.txt
#
# Known issue: the namespace parameter is not supported on Win32.

def glog_library(namespace = "google", with_gflags = 1, **kwargs):
if native.repository_name() != "@":
Expand Down

0 comments on commit 1b7d541

Please sign in to comment.