Browse Source

Update fix_boost_configs.sh

pull/58/head
startyourday60 1 year ago committed by GitHub
parent
commit
b6a1d3c38c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      contrib/fix_boost_configs.sh

4
contrib/fix_boost_configs.sh

@ -4,5 +4,5 @@ do @@ -4,5 +4,5 @@ do
echo $file
newname=```echo $file | sed "s/ndk23/ndk19/"```
echo "cp $file to $newname"
cp $file $newname
done
cp "$file" "$newname"
done

Loading…
Cancel
Save