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

Fix build with Xcode 11.4 #48

Closed guillaumealgis closed 4 years ago

guillaumealgis commented 4 years ago

This fixes #45 .

As discussed in #47 , the patch from https://github.com/boostorg/build/pull/560 is applied before building.

The patch is only applied to boost versions <= 1.72.0 (expecting the problem to be fixed in the next boost release since the PR was merged), and when compiling with Xcode >= 11.4.

faithfracture commented 4 years ago

Looks good. Thanks!