Overriding headers has always been risky, and finally we see why. Apparently on iOS, files may be compiled in such a way that the original SDL_config.h file is included, not Lime's custom one. It's hard to do anything more than we've already done to manage include order, so we need to find another option. One such option is to make the two files as similar as possible, such that it usually doesn't matter which one ends up being included. Then we only set `USING_GENERATED_CONFIG_H` when it really matters.
Submodule projects
Lime includes code from several other C/C++ libraries, listed below. Lime prefers to use GitHub repositories as its submodules, purely so that the links will be clickable when viewed on github.com. However, some of these repos are mirrors, with the development being conducted elsewhere.
Always submit issues and pull requests to the primary repo, not to a GitHub mirror.
- Cairo | primary repo | GitHub mirror
- cURL | primary repo
- efsw | primary repo
- FreeType | primary repo | GitHub mirror
- HarfBuzz | primary repo
- libjpeg-turbo | primary repo
- LZMA | download | unofficial GitHub mirror
- mbed TLS | primary repo
- MojoAL | primary repo
- Neko | primary repo
- Ogg | primary repo
- OpenAL Soft | primary repo
- Pixman | primary repo | GitHub mirror
- libpng | primary repo
- SDL | primary repo
- tiny file dialogs | primary repo
- Vorbis | primary repo
- libvpx | primary repo | GitHub mirror
- libwebm | primary repo | GitHub mirror
- zlib | primary repo