CI/Flatpak: Don't strip SDL3 libraries

This commit is contained in:
Stenzek 2025-02-10 02:01:50 +10:00
parent 788b9cd3bf
commit 3eed0d0613
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ config-opts:
- "-DSDL_STATIC=OFF"
- "-DSDL_TESTS=OFF"
build-options:
strip: true
strip: false
sources:
- type: archive
url: "https://github.com/libsdl-org/SDL/releases/download/release-3.2.4/SDL3-3.2.4.tar.gz"