diff options
author | Tony Theodore <tonyt@logyst.com> | 2016-05-11 12:28:21 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2016-05-11 12:28:21 (GMT) |
commit | cb06e059b23ef08f31eafd1dae1ea1417b102198 (patch) | |
tree | eaa82712e1ab7c6d2efc858cd3b0aac5fad3e293 /index.html | |
parent | 41aa9fd5fcb482380a056939637b2f8c9fa83ec6 (diff) | |
download | mxe-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.html | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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> |