<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Sorry, it looks like the magic combination is&nbsp;<div class=""><br class=""></div><div class="">#if defined(__APPLE__)</div><div class="">#include &lt;TargetConditionals.h&gt;</div><div class="">#endif</div><div class=""><br class=""></div>#if (TARGET_OS_MAC &amp;&amp; !TARGET_OS_IPHONE) || defined(__FreeBSD__)<br class="">...do REPL stuff...<br class=""><div class="">#endif<br class=""><div class=""><br class=""></div><div class="">-Joe</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Feb 23, 2016, at 12:42 PM, Ramakrishna Mallireddy &lt;<a href="mailto:ramakrishna.malli@gmail.com" class="">ramakrishna.malli@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">__MACOSX__ is not defined, where can I defined this, so that it only effects mac build.<br class=""></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Wed, Feb 24, 2016 at 1:57 AM, Joe Groff <span dir="ltr" class="">&lt;<a href="mailto:jgroff@apple.com" target="_blank" class="">jgroff@apple.com</a>&gt;</span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br class="">
&gt; On Feb 23, 2016, at 12:22 PM, Ramakrishna Mallireddy &lt;<a href="mailto:ramakrishna.malli@gmail.com" class="">ramakrishna.malli@gmail.com</a>&gt; wrote:<br class="">
&gt;<br class="">
&gt; I am using the build-script that comes with swift repository. If i remove Immediate dir completely from the build, mac_os build complains[as this will always invoke]. If I redefine the #if then I am getting a dozen errors that are part of histedit.h<br class="">
<br class="">
</span>You will need to update the other #if __APPLE__ conditions in the file to match too.<br class="">
<span class="HOEnZb"><font color="#888888" class=""><br class="">
-Joe<br class="">
<br class="">
</font></span></blockquote></div><br class=""></div>
</div></blockquote></div><br class=""></div></div></body></html>