From 10f28079ba86b95b3a82fef3fbc0a9a85a3d3603 Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Sat, 11 Sep 2021 02:08:01 -0400 Subject: [PATCH] Removed another cpp mention. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index a4421dd6..53883266 100644 --- a/meson.build +++ b/meson.build @@ -63,7 +63,7 @@ if not get_option('source-only') if host_machine.system() == 'windows' # Note that we need to explicitly add the windows socket DLL because # the pkg-config file from reproc does not include it. - lite_deps += meson.get_compiler('cpp').find_library('ws2_32', required: true) + lite_deps += meson.get_compiler('c').find_library('ws2_32', required: true) endif endif #===============================================================================