libsdl-org / SDL_image

Image decoding for many popular formats for Simple Directmedia Layer.
zlib License
572 stars 186 forks source link

Make build-release.py re-usable by satellite libraries #474

Closed madebr closed 3 weeks ago

madebr commented 3 weeks ago

Like SDL3, I'm using the VisualC projects to create the MSVC x86/x64 binaries, including the prebuilt x86/x64 optional binaries part of this repo. To get them to work with the SDL3 prerelease binaries, I had to slightly modify the SDL_image vcxproj. Alternatively, it's possible to build all MSVC binaries with the CMake project.

Example run: https://github.com/madebr/SDL_image/actions/runs/11330080095

CI fails because the SDL3 prerelease has a broken ios/tvos simulator detection