From 1b7d54143122d3a5be2dac3502f0a2f10de5838d Mon Sep 17 00:00:00 2001 From: Rodrigo Queiro Date: Wed, 20 Nov 2019 14:21:24 +0100 Subject: [PATCH] Add note about `namespace` on Win32. --- bazel/glog.bzl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bazel/glog.bzl b/bazel/glog.bzl index 59eec38..20c4de7 100644 --- a/bazel/glog.bzl +++ b/bazel/glog.bzl @@ -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() != "@":