mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 20:19:19 +00:00
[ruby/etc] Run have_func with the header providing the declarations
https://github.com/ruby/etc/commit/6668bfd42a
This commit is contained in:
parent
868bcf3807
commit
fd6d582427
@ -58,7 +58,7 @@ end
|
||||
# TODO: remove when dropping 2.7 support, as exported since 3.0
|
||||
have_func('rb_deprecate_constant(Qnil, "None")')
|
||||
|
||||
have_func("rb_io_descriptor")
|
||||
have_func("rb_io_descriptor", "ruby/io.h")
|
||||
|
||||
$distcleanfiles << "constdefs.h"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user