Re: [swift-dev] Support for building without the stdlib

2016-05-12 Thread Dmitri Gribenko via swift-dev
On Thu, May 12, 2016 at 1:07 PM, Vedant Kumar via swift-dev wrote: > Hi, > > I have a build preset which omits "stdlib;sdk-overlay" from > swift-install-components. > > After 6670bb76, this preset triggers a swift cmake failure (Unknown build > type). Is it no longer allowed to build swift witho

[swift-dev] Support for building without the stdlib

2016-05-12 Thread Vedant Kumar via swift-dev
Hi, I have a build preset which omits "stdlib;sdk-overlay" from swift-install-components. After 6670bb76, this preset triggers a swift cmake failure (Unknown build type). Is it no longer allowed to build swift without the stdlib? thanks vedant ___ sw