mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-09-03 20:53:11 +02:00
Remove another unused dependency
This commit is contained in:
parent
05b624cd26
commit
57b8cf4152
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@ else
|
||||||
lib = get_option('ruby_lib')
|
lib = get_option('ruby_lib')
|
||||||
binding_dependencies += compiler.find_library(lib)
|
binding_dependencies += compiler.find_library(lib)
|
||||||
if host_system == 'windows'
|
if host_system == 'windows'
|
||||||
binding_dependencies += compiler.find_library('subhook')
|
|
||||||
if lib.endswith('-static')
|
if lib.endswith('-static')
|
||||||
binding_dependencies += compiler.find_library('wsock32')
|
binding_dependencies += compiler.find_library('wsock32')
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue