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 498ec8e commit 2ed6510Copy full SHA for 2ed6510
scripts/build.sh
@@ -211,7 +211,7 @@ if [[ ! -f $BOOST_ARCHIVE_FILE ]]; then
211
link=${linktemplate/FILENAME/"$BOOST_ARCHIVE_FILE"}
212
echo "downloading from $link ..."
213
214
- curl -o "$BOOST_ARCHIVE_FILE" "$link"
+ curl -o "$BOOST_ARCHIVE_FILE" -L "$link"
215
216
# Check if the download was successful
217
if [ $? -eq 0 ]; then
0 commit comments