mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-12 19:36:20 +08:00
e5698d1394
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.