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

View File

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