Merge pull request #4669 from jtattermusch/fix_bazel_build_syntax

Fix syntax error in BUILD file
This commit is contained in:
Feng Xiao 2018-05-24 10:36:06 -07:00 committed by GitHub
commit b625aabbe7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
BUILD
View File

@ -54,7 +54,7 @@ config_setting(
# Android and MSVC builds do not need to link in a separate pthread library.
LINK_OPTS = select({
":android": [],
":msvc": [],
":msvc": [
# Linking to setargv.obj makes the default command line argument
# parser expand wildcards, so the main method's argv will contain the
# expanded list instead of the wildcards.