@@ -696,7 +696,7 @@ patchBoost()
696696
697697# ===============================================================================
698698
699- inventMissingHeaders ()
699+ copyMissingHeaders ()
700700{
701701 # These files are missing in the ARM iPhoneOS SDK, but they are in the simulator.
702702 # They are supported on the device, so we copy them from x86 SDK to a staging area
@@ -710,7 +710,7 @@ inventMissingHeaders()
710710
711711# ===============================================================================
712712
713- updateBoost ()
713+ updateBoostUserConfigJam ()
714714{
715715 echo " Updating boost into $BOOST_SRC ..."
716716
@@ -1502,7 +1502,7 @@ if [[ -z $BUILD_IOS && -z $BUILD_TVOS && -z $BUILD_MACOS && -z $BUILD_MAC_CATALY
15021502 BUILD_MAC_CATALYST=1
15031503fi
15041504
1505- # Must set these after parseArgs to fill in overriden values
1505+ # Must set these after parseArgs to fill in overridden values
15061506EXTRA_FLAGS=" -fembed-bitcode -Wno-unused-local-typedef -Wno-nullability-completeness"
15071507
15081508# The EXTRA_ARM_FLAGS definition works around a thread race issue in
@@ -1635,9 +1635,10 @@ fi
16351635
16361636downloadBoost
16371637unpackBoost
1638- inventMissingHeaders
1638+
1639+ copyMissingHeaders
16391640patchBoost
1640- updateBoost
1641+ updateBoostUserConfigJam
16411642
16421643if [[ -n $BUILD_IOS ]]; then
16431644 bootstrapBoost " iOS"
@@ -1652,7 +1653,6 @@ if [[ -n $BUILD_MACOS ]]; then
16521653 buildBoost_macOS
16531654fi
16541655if [[ -n $BUILD_MACOS_SILICON ]]; then
1655- updateBoost " macOSSilicon"
16561656 bootstrapBoost " macOSSilicon"
16571657 buildBoost_macOS_silicon
16581658fi
0 commit comments