From 2b00432bd74a79989c33bd439b9e10e8242c432f Mon Sep 17 00:00:00 2001 From: flightlessmango Date: Thu, 20 Jun 2024 07:38:49 +0200 Subject: [PATCH] mingw: let meson set link args --- mingw32.txt | 4 +--- mingw64.txt | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/mingw32.txt b/mingw32.txt index 15f29efddd..b7b8bc2b09 100644 --- a/mingw32.txt +++ b/mingw32.txt @@ -3,12 +3,10 @@ c = 'i686-w64-mingw32-gcc' cpp = 'i686-w64-mingw32-g++' ar = 'i686-w64-mingw32-ar' strip = 'i686-w64-mingw32-strip' -pkgconfig = 'i686-w64-mingw32-pkg-config' +pkg-config = 'i686-w64-mingw32-pkg-config' sh = '/usr/bin/sh' [properties] -c_link_args = ['-static', '-static-libgcc'] -cpp_link_args = ['-static', '-static-libgcc', '-static-libstdc++'] needs_exe_wrapper = true [host_machine] diff --git a/mingw64.txt b/mingw64.txt index c43a4a53c3..5818b11545 100644 --- a/mingw64.txt +++ b/mingw64.txt @@ -3,12 +3,10 @@ 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' +pkg-config = 'x86_64-w64-mingw32-pkg-config' sh = '/usr/bin/sh' [properties] -c_link_args = ['-static', '-static-libgcc'] -cpp_link_args = ['-static', '-static-libgcc', '-static-libstdc++'] needs_exe_wrapper = true [host_machine]