Remove another unused dependency

This commit is contained in:
Inori 2019-07-31 15:38:03 -04:00
parent 05b624cd26
commit 57b8cf4152

View file

@ -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