Skip to content

Commit 144c410

Browse files
committed
Added comment regarding possible future states of macOS archs.
1 parent d741fc8 commit 144c410

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

boost.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,9 @@ parseArgs()
416416
fi
417417

418418
# Force 32/64-bit architecture when building universal macOS.
419+
# Forcing i386 & x86_64 is fine for now, but if macOS ever supports
420+
# other architectures in the future we'll need to be a bit smarter
421+
# about this.
419422
if [[ -n $BUILD_MACOS && -n $UNIVERSAL ]]; then
420423
CUSTOM_MACOS_ARCHS=("i386 x86_64")
421424
fi

0 commit comments

Comments
 (0)