mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 05:28:16 +00:00
Adapt bump_version.sh to new Makefile
This commit is contained in:
parent
aff2976d10
commit
efd9dd0c44
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ then
|
|||
mv tmp library/CMakeLists.txt
|
||||
|
||||
[ $VERBOSE ] && echo "Bumping SOVERSION in library/Makefile"
|
||||
sed -e "s/SONAME=libpolarssl.so.[0-9]\+/SONAME=libpolarssl.so.$SOVERSION/g" -e "s/DLEXT=so.[0-9]\+/DLEXT=so.$SOVERSION/g" < library/Makefile > tmp
|
||||
sed -e "s/SOEXT=so.[0-9]\+/SOEXT=so.$SOVERSION/g" < library/Makefile > tmp
|
||||
mv tmp library/Makefile
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue