1[binaries] 2c = 'x86_64-w64-mingw32-gcc' 3cpp = 'x86_64-w64-mingw32-g++' 4ld = 'x86_64-w64-mingw32-ld' 5ar = 'x86_64-w64-mingw32-ar' 6strip = 'x86_64-w64-mingw32-strip' 7pkgconfig = 'x86_64-w64-mingw32-pkg-config' 8 9[host_machine] 10system = 'windows' 11cpu_family = 'x86_64' 12cpu = 'native' 13endian = 'little' 14 15[properties] 16c_args = '-mno-avx512f' 17