Commit 1b7d5414 authored by Rodrigo Queiro's avatar Rodrigo Queiro Committed by Rodrigo Queiro

Add note about `namespace` on Win32.

parent 95a36557
......@@ -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() != "@":
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment