mirror of https://github.com/libsdl-org/SDL.git
Merge commit '0ad22cfe37955727272333844bb80294e307007a' into main
This commit is contained in:
commit
b7c73b67a2
|
|
@ -131,8 +131,6 @@ case "$ref_minor" in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
ref="${major}.${minor}.0
|
ref="${major}.${minor}.0
|
||||||
${major}.${minor}.0
|
|
||||||
${major}.${minor}.0
|
|
||||||
${major}.${minor}.0"
|
${major}.${minor}.0"
|
||||||
|
|
||||||
if [ "$ref" = "$dylib_compat" ]; then
|
if [ "$ref" = "$dylib_compat" ]; then
|
||||||
|
|
@ -155,8 +153,6 @@ case "$ref_minor" in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
ref="${major}.${minor}.0
|
ref="${major}.${minor}.0
|
||||||
${major}.${minor}.0
|
|
||||||
${major}.${minor}.0
|
|
||||||
${major}.${minor}.0"
|
${major}.${minor}.0"
|
||||||
|
|
||||||
if [ "$ref" = "$dylib_cur" ]; then
|
if [ "$ref" = "$dylib_cur" ]; then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue