Skip to content

Commit

Permalink
Bump SDL3 version to 3.1.1 also for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
misl6 committed Apr 6, 2024
1 parent ccdd97b commit a6584ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build_macos_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e -x
USE_LEGACY_OPENGL="${USE_LEGACY_OPENGL:-0}"

# macOS SDL3
MACOS__SDL3__VERSION="3.1.0"
MACOS__SDL3__VERSION="3.1.1"
MACOS__SDL3__URL="https://github.com/libsdl-org/SDL/releases/download/prerelease-$MACOS__SDL3__VERSION/SDL3-$MACOS__SDL3__VERSION.tar.xz"
MACOS__SDL3__FOLDER="SDL3-${MACOS__SDL3__VERSION}"

Expand Down

0 comments on commit a6584ee

Please sign in to comment.