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

Boost build is ignoring macosx-version-min #5

Closed faithfracture closed 6 years ago

faithfracture commented 8 years ago

As of boost 1.61.0, setting the min macOS version is totally ignored. I even tried forcing it to use an older version of the macOS SDK instead of using the current and setting a min version and it's completely ignoring that and using whatever the most current (default) macOS SDK is.

I read some things saying that it's a boost build bug & I need to update some jam file. I'll get around to that eventually (like, probably when it becomes an error rather than a warning...)

faithfracture commented 6 years ago

Fixed by PR #22