mirror of
https://github.com/shadps4-emu/ext-SDL.git
synced 2025-01-12 21:51:10 +00: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.