scripts/download-macos-libs.py: Migrate to SDL3

This commit is contained in:
Matt Borgerson
2026-01-21 17:20:14 -07:00
committed by mborgerson
parent e13ff95c7a
commit 9cbce5052d
+1 -1
View File
@@ -181,7 +181,7 @@ def main():
args = ap.parse_args()
li = LibInstaller(args.arch)
li.install_pkgs([
'libsdl2',
'SDL3',
'glib2',
'libsamplerate',
'libpixman',