Set up Meson build system

This commit is contained in:
Tau
2018-10-07 22:01:00 -04:00
parent e18c195c2c
commit ab2d64b7af
5 changed files with 49 additions and 0 deletions

10
cross-mingw-32.txt Normal file
View File

@ -0,0 +1,10 @@
[binaries]
c = '/usr/bin/i686-w64-mingw32-gcc'
ar = '/usr/bin/i686-w64-mingw32-ar'
strip = '/usr/bin/i686-w64-mingw32-strip'
[host_machine]
system = 'windows'
cpu_family = 'x86'
cpu = 'i686'
endian = 'little'