Skip to content

Commit 48ff173

Browse files
Rename functions to clarify intent
1 parent 96a0dcb commit 48ff173

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

boost.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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
15031503
fi
15041504

1505-
# Must set these after parseArgs to fill in overriden values
1505+
# Must set these after parseArgs to fill in overridden values
15061506
EXTRA_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

16361636
downloadBoost
16371637
unpackBoost
1638-
inventMissingHeaders
1638+
1639+
copyMissingHeaders
16391640
patchBoost
1640-
updateBoost
1641+
updateBoostUserConfigJam
16411642

16421643
if [[ -n $BUILD_IOS ]]; then
16431644
bootstrapBoost "iOS"
@@ -1652,7 +1653,6 @@ if [[ -n $BUILD_MACOS ]]; then
16521653
buildBoost_macOS
16531654
fi
16541655
if [[ -n $BUILD_MACOS_SILICON ]]; then
1655-
updateBoost "macOSSilicon"
16561656
bootstrapBoost "macOSSilicon"
16571657
buildBoost_macOS_silicon
16581658
fi

0 commit comments

Comments
 (0)