Closed vtraag closed 4 years ago
Exploring possible solutions to issue #1. Now explicitly checking for certain versions of Mac OS and then use libc++ instead of libstdc++.
libc++
libstdc++
It seems that Python needs to be installed separately on Travis, see issue https://github.com/travis-ci/travis-ci/issues/2312.
Exploring possible solutions to issue #1. Now explicitly checking for certain versions of Mac OS and then use
libc++
instead oflibstdc++
.