mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-26 18:51:08 +01:00
The objfiles of different builds show various differences in the calls to SDL_DYNAPI_entry elements. This is generated dynamically by gendynapi.pl which uses an unordered opendir/readdir pair. To make the build reproducible and thereby e.g. debugging easier change this to be used in an ordered fashion. Fixes #11565.