mirror of
https://github.com/encounter/SDL.git
synced 2025-05-18 21:31:35 +00:00
check_include_path is not meant to be used to check for presence of a library. This is because a BOOL is cached. Avoid this caching by using find_file. `find_file` caches a patch instead of a bool and will always run when the result failed.