[binaries]
exe_wrapper = '/usr/bin/wine' # A command used to run generated executables.
c = '/usr/bin/i686-w64-mingw32-gcc'
cpp = '/usr/bin/i686-w64-mingw32-g++'
ld = '/usr/bin/i686-w64-mingw32-ld'
ar = '/usr/bin/i686-w64-mingw32-ar'
strip = '/usr/bin/i686-w64-mingw32-strip'
pkgconfig = '/usr/bin/i686-w64-mingw32-pkg-config'
windres = '/usr/bin/i686-w64-mingw32-windres'

[properties]
# do not use - will be prefixed to absolute values of
# _mingw32_xxxdir variables
# sys_root = '/usr/i686-w64-mingw32/sys-root/mingw'
pkg_config_libdir = '/usr/i686-w64-mingw32/sys-root/mingw/lib/pkgconfig'
needs_exe_wrapper = true

[host_machine]
system = 'windows'
cpu_family = 'x86'
cpu = 'i686'
endian = 'little'
