commit | 952bac7c47302a472f6eb9782b412871c36edbfe | [log] [tgz] |
---|---|---|
author | Ryan C. Gordon <icculus@icculus.org> | Mon Apr 13 15:22:09 2020 -0400 |
committer | Ryan C. Gordon <icculus@icculus.org> | Mon Apr 13 15:22:09 2020 -0400 |
tree | dd5771ed5813f66c9d92e23b9bcdb5c691b170a5 | |
parent | c0a875faffce8e5966028cb50532cf25a9a842bc [diff] |
cmake: use check_symbol_exists, not check_function_exists (thanks, Manuel!) This fixes the problem where we think iOS has fseeko64, etc, but doesn't. Fixes Bugzilla #4885.