mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-15 13:56:13 +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
30c06eb5fc
commit
a5388cf3ba
@ -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