Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
5c08f92c
Unverified
Commit
5c08f92c
authored
Mar 14, 2021
by
Ezekiel Warren
Browse files
Use @platforms instead of @bazel_tools for windows constraint
parent
e8512bc3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
BUILD.bazel
BUILD.bazel
+1
-1
No files found.
BUILD.bazel
View file @
5c08f92c
...
...
@@ -40,7 +40,7 @@ exports_files(["LICENSE"])
config_setting
(
name
=
"windows"
,
constraint_values
=
[
"@
bazel_tools//
platforms:windows"
],
constraint_values
=
[
"@platforms
//os
:windows"
],
)
config_setting
(
...
...
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