Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Oct 16, 2024

Conversation

madebr
Copy link
Contributor

@madebr madebr commented Oct 14, 2024

  • release assets are configured in build-scripts/release-info.json
  • REVISION.txt is created in a source release (this is done unconditionally)
  • MinGW binary release does not have a static libSDL3_image.a anymore

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

@madebr madebr force-pushed the parametrized-build-script branch from 8b2c1f2 to f025a0d Compare October 14, 2024 19:31
@madebr madebr merged commit 94d8471 into libsdl-org:main Oct 16, 2024
3 of 5 checks passed
@madebr madebr deleted the parametrized-build-script branch October 16, 2024 01:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant