forked from OSchip/llvm-project
<rdar://problem/13131838>
Platform select documents a -S option but doesn't accept it, now it does. llvm-svn: 178384
This commit is contained in:
parent
6aebbb325b
commit
a7d8c21b8f
|
@ -135,7 +135,7 @@ OptionGroupPlatform::SetOptionValue (CommandInterpreter &interpreter,
|
|||
m_sdk_build.SetCString (option_arg);
|
||||
break;
|
||||
|
||||
case 's':
|
||||
case 'S':
|
||||
m_sdk_sysroot.SetCString (option_arg);
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in New Issue