Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
G
glog
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
glog
Commits
e0f7bfc6
Commit
e0f7bfc6
authored
Dec 27, 2018
by
Prem Nair
Committed by
Rodrigo Queiro
Dec 31, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add kwargs to glog_library
parent
0bc2d94c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
glog.bzl
bazel/glog.bzl
+2
-1
No files found.
bazel/glog.bzl
View file @
e0f7bfc6
...
...
@@ -7,7 +7,7 @@
# https://github.com/google/glog/issues/61
# https://github.com/google/glog/files/393474/BUILD.txt
def glog_library(namespace='google', with_gflags=1):
def glog_library(namespace='google', with_gflags=1
, **kwargs
):
if native.repository_name() != '@':
gendir = '$(GENDIR)/external/' + native.repository_name().lstrip('@')
else:
...
...
@@ -80,6 +80,7 @@ def glog_library(namespace='google', with_gflags=1):
deps = [
'@com_github_gflags_gflags//:gflags',
] if with_gflags else [],
**kwargs
)
native.genrule(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment