mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-14 16:26:17 +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
|
else
|
||||||
if (host_system.startswith ('aix') or
|
if (host_system.startswith ('aix') or
|
||||||
host_system.startswith ('beos') or
|
host_system.startswith ('beos') or
|
||||||
host_system.startswith ('darwin') or
|
|
||||||
host_system.startswith ('irix'))
|
host_system.startswith ('irix'))
|
||||||
gl_cv_func_frexpl_works = false
|
gl_cv_func_frexpl_works = false
|
||||||
gl_cv_func_frexpl_broken_beyond_repair = true
|
gl_cv_func_frexpl_broken_beyond_repair = true
|
||||||
|
Loading…
Reference in New Issue
Block a user