mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 18:26:19 +01:00
Merge branch 'macos-cross' into 'master'
macos: fix frexpl checks in cross-compilation See merge request GNOME/glib!1771
This commit is contained in:
commit
0af274faa4
@ -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