faithfracture / Apple-Boost-BuildScript

Script for building Boost for Apple platforms (iOS, iOS Simulator, tvOS, tvOS Simulator, OS X)
279 stars 111 forks source link

Use bintray rather than sourceforge for downloads #43

Closed Deadpikle closed 4 years ago

Deadpikle commented 5 years ago

For some reason, sourceforge doesn't have boost 1.71.0 available. On the official boost site, bintray is used for downloads. This PR changes the URL used to download boost.

Deadpikle commented 5 years ago

@faithfracture It now downloads from bintray only if the version is >= 1.63.0 based on your comment here: https://github.com/faithfracture/Apple-Boost-BuildScript/pull/42#issuecomment-533643327