summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/index.html b/index.html
index 9976f2a..1c7cc16 100644
--- a/index.html
+++ b/index.html
@@ -827,9 +827,13 @@ USE_OSGPLUGIN(<plugin2>)
<h5>Certain packages have open issues on OS X</h5>
</p>
<p>
- to build the remainder of MXE, run:
+ For Xcode <7.3, run:
</p>
<pre>make EXCLUDE_PKGS='nsis'</pre>
+ <p>
+ For Xcode ≥7.3, run:
+ </p>
+ <pre>make EXCLUDE_PKGS='gsoap'</pre>
<h3 id="requirements-opensuse">openSUSE</h3>