Update to the latest SDL2 version (2.32.2).

Fix user manually set fallback-font (default fallback font will be always loaded).
This commit is contained in:
Martín Lucas Golini
2025-03-28 15:38:43 -03:00
parent f721ef92df
commit bce702bf9f
6 changed files with 23 additions and 12 deletions

View File

@@ -325,8 +325,8 @@ jobs:
- name: Install Dependencies
run: |
brew install bash create-dmg premake p7zip
curl -OL https://github.com/libsdl-org/SDL/releases/download/release-2.30.9/SDL2-2.30.9.dmg
hdiutil attach SDL2-2.30.9.dmg
curl -OL https://github.com/libsdl-org/SDL/releases/download/release-2.32.2/SDL2-2.32.2.dmg
hdiutil attach SDL2-2.32.2.dmg
sudo cp -r /Volumes/SDL2/SDL2.framework /Library/Frameworks/
hdiutil detach /Volumes/SDL2
- name: Build