From 57b8cf4152872e6b18e751a748af0c66c8fbd9d6 Mon Sep 17 00:00:00 2001 From: Inori Date: Wed, 31 Jul 2019 15:38:03 -0400 Subject: [PATCH] Remove another unused dependency --- binding/meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/binding/meson.build b/binding/meson.build index 719cc11d..5b0ddadf 100644 --- a/binding/meson.build +++ b/binding/meson.build @@ -7,7 +7,6 @@ else lib = get_option('ruby_lib') binding_dependencies += compiler.find_library(lib) if host_system == 'windows' - binding_dependencies += compiler.find_library('subhook') if lib.endswith('-static') binding_dependencies += compiler.find_library('wsock32') endif