diff options
author | Tony Theodore <tonyt@logyst.com> | 2017-07-14 14:38:50 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2017-07-14 14:38:50 (GMT) |
commit | af7326b0b9209085fdaba091eda2f1a0c24a3164 (patch) | |
tree | b742a7381e7b4e62755272c28290bf192e20771c | |
parent | 8e7b8f210bd00c660ff68597e26c7850e38256b1 (diff) | |
download | mxe-af7326b0b9209085fdaba091eda2f1a0c24a3164.zip mxe-af7326b0b9209085fdaba091eda2f1a0c24a3164.tar.gz mxe-af7326b0b9209085fdaba091eda2f1a0c24a3164.tar.bz2 |
osx: remove workaround for recent Xcode versions
-rw-r--r-- | docs/index.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/index.html b/docs/index.html index 9eeac50..cdf4947 100644 --- a/docs/index.html +++ b/docs/index.html @@ -856,16 +856,6 @@ USE_OSGPLUGIN(<plugin2>) <h5>Certain packages have open issues on OS X</h5> </p> <p> - For Xcode ≥ 8.3 install an alternate compiler to build `gcc`. - For example, if you use Macports run: - <pre>sudo port install gcc5 -make cmake && \ -sudo port select gcc mp-gcc5 && \ -make gcc -j4 && \ -sudo port select gcc none && \ -make -j4 -k</pre> - </p> - <p> For Xcode <7.3, run: </p> <pre>make EXCLUDE_PKGS='nsis'</pre> |