Add note about namespace on Win32.
This commit is contained in:
parent
95a3655796
commit
1b7d541431
@ -6,6 +6,8 @@
|
|||||||
# This file is inspired by the following sample BUILD files:
|
# This file is inspired by the following sample BUILD files:
|
||||||
# https://github.com/google/glog/issues/61
|
# https://github.com/google/glog/issues/61
|
||||||
# https://github.com/google/glog/files/393474/BUILD.txt
|
# 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):
|
def glog_library(namespace = "google", with_gflags = 1, **kwargs):
|
||||||
if native.repository_name() != "@":
|
if native.repository_name() != "@":
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user