diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2018-05-24 09:51:53 -0700 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2018-05-24 09:51:53 -0700 |
commit | ccc56a3c1ebf10536c709cbc02164246a223267c (patch) | |
tree | 2d9380a70046b992b24d4e23029467998ebcf437 | |
parent | ce57cccef913681c4a2de1c7703a29135df38ba8 (diff) |
fix syntax error in BUILD file
-rw-r--r-- | BUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |