mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
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:
parent
23ad18791d
commit
64dda3ad87
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user