浏览代码

Merge pull request #4669 from jtattermusch/fix_bazel_build_syntax

Fix syntax error in BUILD file
Feng Xiao 7 年之前
父节点
当前提交
b625aabbe7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      BUILD

+ 1 - 1
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.