Browse Source

fix_boost_configs

pull/58/head
startyourday60 1 year ago
parent
commit
48875c1198
  1. 8
      contrib/fix_boost_configs.sh

8
contrib/fix_boost_configs.sh

@ -0,0 +1,8 @@ @@ -0,0 +1,8 @@
for file in configs/*1_78_0*
do
echo "~~FILE~~"
echo $file
newname=```echo $file | sed "s/ndk23/ndk19/"```
echo "cp $file to $newname"
cp $file $newname
done
Loading…
Cancel
Save