--- origsrc/babl-0.1.74/meson.build 2020-01-12 18:26:51.000000000 -0500 +++ src/babl-0.1.74/meson.build 2020-05-18 18:11:58.729959300 -0400 @@ -104,7 +104,6 @@ host_os = host_machine.system() message('Host os: ' + host_os) platform_win32 = (host_os.startswith('mingw') or - host_os.startswith('cygwin') or host_os.startswith('windows')) platform_osx = host_os.startswith('darwin') @@ -118,7 +117,7 @@ platform_android = host_os.contains('and path_sep = ( platform_win32 ? ';' : ':' ) dirs_sep = ( platform_win32 ? '\\\\' : '/' ) -if platform_win32 +if platform_win32 or host_os.startswith('cygwin') lib_ext = '.dll' elif platform_osx lib_ext = '.dylib' @@ -145,7 +144,6 @@ build_os = build_machine.system() message('Build os: ' + build_os) build_platform_win32 = (build_os.startswith('mingw') or - build_os.startswith('cygwin') or build_os.startswith('windows')) # Only run cross compile objects if we have exe wrapper