mirror of
https://github.com/mon/ifs_layeredfs.git
synced 2026-03-21 17:34:09 -05:00
14 lines
288 B
INI
14 lines
288 B
INI
[binaries]
|
|
c = 'i686-w64-mingw32-clang'
|
|
cpp = 'i686-w64-mingw32-clang++'
|
|
ar = 'i686-w64-mingw32-ar'
|
|
windres = 'i686-w64-mingw32-windres'
|
|
strip = 'i686-w64-mingw32-strip'
|
|
exe_wrapper = 'wine'
|
|
|
|
[host_machine]
|
|
system = 'windows'
|
|
cpu_family = 'x86'
|
|
cpu = 'x86'
|
|
endian = 'little'
|