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-64.txt Normal file
View File

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