소스 검색

fix syntax error in BUILD file

Jan Tattermusch 7 년 전
부모
커밋
ccc56a3c1e
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.