summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2016-05-11 12:28:21 (GMT)
committerTony Theodore <tonyt@logyst.com>2016-05-11 12:28:21 (GMT)
commitcb06e059b23ef08f31eafd1dae1ea1417b102198 (patch)
treeeaa82712e1ab7c6d2efc858cd3b0aac5fad3e293 /index.html
parent41aa9fd5fcb482380a056939637b2f8c9fa83ec6 (diff)
downloadmxe-cb06e059b23ef08f31eafd1dae1ea1417b102198.zip
mxe-cb06e059b23ef08f31eafd1dae1ea1417b102198.tar.gz
mxe-cb06e059b23ef08f31eafd1dae1ea1417b102198.tar.bz2
docs: update known OS X failures
Diffstat (limited to 'index.html')
-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(&lt;plugin2&gt;)
<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>