From daf1a84de39c4cdbd308c6a0b80b437689a222c7 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Sun, 2 Jun 2019 10:28:53 +0200 Subject: .travis.yml: Use meson for building --- build/cross_file_mingw64.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 build/cross_file_mingw64.txt (limited to 'build') diff --git a/build/cross_file_mingw64.txt b/build/cross_file_mingw64.txt new file mode 100644 index 0000000..cc776c3 --- /dev/null +++ b/build/cross_file_mingw64.txt @@ -0,0 +1,18 @@ +[host_machine] +system = 'windows' +cpu_family = 'x86_64' +cpu = 'x86_64' +endian = 'little' + +[properties] +c_args = [] +c_link_args = [] + +[binaries] +c = 'x86_64-w64-mingw32-gcc' +cpp = 'x86_64-w64-mingw32-g++' +ar = 'x86_64-w64-mingw32-ar' +strip = 'x86_64-w64-mingw32-strip' +pkgconfig = 'x86_64-w64-mingw32-pkg-config' +windres = 'x86_64-w64-mingw32-windres' +exe_wrapper = 'wine' -- cgit v1.1