macos: fix frexpl checks in cross-compilation

Cross-compilation to arm64 for Apple Silicon is not possible
due to the hardcoded settings for frexpl.
See: #1868
This commit is contained in:
Andoni Morales Alastruey 2020-11-24 13:05:17 +00:00
parent 23ad18791d
commit 64dda3ad87

View File

@ -120,7 +120,6 @@ if not meson.is_cross_build() or meson.has_exe_wrapper()
else
if (host_system.startswith ('aix') or
host_system.startswith ('beos') or
host_system.startswith ('darwin') or
host_system.startswith ('irix'))
gl_cv_func_frexpl_works = false
gl_cv_func_frexpl_broken_beyond_repair = true