1[binaries] 2c = ['ccache', 'x86_64-w64-mingw32-gcc'] 3cpp = ['ccache', 'x86_64-w64-mingw32-g++'] 4ar = 'x86_64-w64-mingw32-ar' 5strip = 'x86_64-w64-mingw32-strip' 6pkgconfig = '/usr/local/bin/x86_64-w64-mingw32-pkg-config' 7windres = 'x86_64-w64-mingw32-windres' 8exe_wrapper = ['wine64'] 9 10[properties] 11needs_exe_wrapper = True 12sys_root = '/usr/x86_64-w64-mingw32/' 13 14[host_machine] 15system = 'windows' 16cpu_family = 'x86_64' 17cpu = 'x86_64' 18endian = 'little' 19 20; vim: ft=dosini 21