We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d741fc8 commit 144c410Copy full SHA for 144c410
boost.sh
@@ -416,6 +416,9 @@ parseArgs()
416
fi
417
418
# 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.
422
if [[ -n $BUILD_MACOS && -n $UNIVERSAL ]]; then
423
CUSTOM_MACOS_ARCHS=("i386 x86_64")
424
0 commit comments