Merge pull request #4669 from jtattermusch/fix_bazel_build_syntax

Fix syntax error in BUILD file
pull/3349/merge
Feng Xiao 7 years ago committed by GitHub
commit b625aabbe7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      BUILD

@ -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.

Loading…
Cancel
Save