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