mirror of
https://github.com/encounter/SDL.git
synced 2025-12-10 14:07:50 +00:00
fix DYLIB version inconsistencies and test failures after #6188.
This commit is contained in:
@@ -143,6 +143,8 @@ case "$ref_minor" in
|
||||
esac
|
||||
|
||||
ref="${major}.${minor}.0
|
||||
${major}.${minor}.0
|
||||
${major}.${minor}.0
|
||||
${major}.${minor}.0"
|
||||
|
||||
if [ "$ref" = "$dylib_compat" ]; then
|
||||
@@ -165,6 +167,8 @@ case "$ref_minor" in
|
||||
esac
|
||||
|
||||
ref="${major}.${minor}.0
|
||||
${major}.${minor}.0
|
||||
${major}.${minor}.0
|
||||
${major}.${minor}.0"
|
||||
|
||||
if [ "$ref" = "$dylib_cur" ]; then
|
||||
|
||||
Reference in New Issue
Block a user