Merge pull request #4669 from jtattermusch/fix_bazel_build_syntax
Fix syntax error in BUILD file
This commit is contained in:
commit
b625aabbe7
2
BUILD
2
BUILD
@ -54,7 +54,7 @@ config_setting(
|
|||||||
# Android and MSVC builds do not need to link in a separate pthread library.
|
# Android and MSVC builds do not need to link in a separate pthread library.
|
||||||
LINK_OPTS = select({
|
LINK_OPTS = select({
|
||||||
":android": [],
|
":android": [],
|
||||||
":msvc": [],
|
":msvc": [
|
||||||
# Linking to setargv.obj makes the default command line argument
|
# Linking to setargv.obj makes the default command line argument
|
||||||
# parser expand wildcards, so the main method's argv will contain the
|
# parser expand wildcards, so the main method's argv will contain the
|
||||||
# expanded list instead of the wildcards.
|
# expanded list instead of the wildcards.
|
||||||
|
Loading…
Reference in New Issue
Block a user