From a0d9567c18a5538912eb8e363b650e23b211beb1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 30 Jul 2025 13:28:54 -0400 Subject: Avoid over-linking Windows system libraries Not very relevant here, but clear these anyway for consistent defaults across all LV2 projects. --- meson.build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 07698de..925b7c0 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -# Copyright 2021-2022 David Robillard +# Copyright 2021-2025 David Robillard # SPDX-License-Identifier: 0BSD OR ISC project( @@ -8,6 +8,8 @@ project( 'b_ndebug=if-release', 'buildtype=release', 'c_std=c99', + 'c_winlibs=', + 'cpp_winlibs=', ], license: 'ISC', meson_version: '>= 0.56.0', -- cgit v1.2.1