Unverified Commit b625aabb authored by Feng Xiao's avatar Feng Xiao Committed by GitHub

Merge pull request #4669 from jtattermusch/fix_bazel_build_syntax

Fix syntax error in BUILD file
parents ce57ccce ccc56a3c
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment