Skip to content

Commit be34fe5

Browse files
Fix BOOST_LIBS not being expanded correctly in the printVar section of the script
1 parent 1e3a765 commit be34fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boost.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1683,7 +1683,7 @@ printVar "MAC_CATALYST_SDK_VERSION"
16831683
printVar "MAC_CATALYST_SDK_PATH"
16841684
printVar "MIN_MAC_CATALYST_VERSION"
16851685
echo
1686-
printVar "BOOST_LIBS"
1686+
printVar "BOOST_LIBS" "${BOOST_LIBS[*]}"
16871687
printVar "BOOST_SRC"
16881688
printVar "XCODE_ROOT"
16891689
printVar "IOS_BUILD_DIR"

0 commit comments

Comments
 (0)