summarylogtreecommitdiffstats
path: root/toolchain-mingw.meson
blob: 3d496a393ab266e527ea14d5795a6945b24a973a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[binaries]
c = '@TRIPLE@-gcc'
cpp = '@TRIPLE@-g++'
fortran = '@TRIPLE@-gfortran'
ar = '@TRIPLE@-ar'
pkgconfig = '@TRIPLE@-pkg-config'
ranlib = '@TRIPLE@-ranlib'
strip = '@TRIPLE@-strip'
windres = '@TRIPLE@-windres'

[properties]
root = '@TRIPLE@'
needs_exe_wrapper = true

[host_machine]
system = 'windows'
cpu_family = '@CPU_FAMILY@'
cpu = '@PROCESSOR@'
endian = 'little'