Update Windows and macOS prebuilt dependencies

- Enable LTO/LTCG
- Update SDL3
This commit is contained in:
Cameron Gutman
2026-05-26 22:55:32 -05:00
parent e6da6fa11f
commit cd5853c6ca
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import shutil
ORGANIZATION = "moonlight-stream"
PREBUILT_REPO = "moonlight-qt-deps"
TAG = "v3"
TAG = "v4"
def get_platform_config():
system = platform.system()