summaryrefslogtreecommitdiff
path: root/ext/io
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2021-11-17 11:17:37 +0900
committerYusuke Endoh <mame@ruby-lang.org>2021-11-17 11:21:31 +0900
commitcbb057e6771b62d006f81d422a6ae566a6e20d43 (patch)
tree30264e21dc2e6d2d069484be2a75cb40ad9812e0 /ext/io
parent5190926e40febeeb3822b8bd7c031b06279dc3f1 (diff)
ext/io/wait/depend: make it work for Ruby 3.1.0-dev
Reverts https://github.com/ruby/io-wait/commit/2eb3841e9c8f3279955253a93d3db98b80787548 because it fails on "update-deps" check in the ruby/ruby CI. https://github.com/ruby/ruby/runs/4230891140?check_suite_focus=true ``` diff --git a/ext/io/wait/depend b/ext/io/wait/depend index 7b314b9..449e9fe 100644 --- a/ext/io/wait/depend +++ b/ext/io/wait/depend ... ``` Maybe now it does not work on Ruby 2.6. This file must be changed for each Ruby version. I have no good idea to fix this issue.
Diffstat (limited to 'ext/io')
-rw-r--r--ext/io/wait/depend3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/io/wait/depend b/ext/io/wait/depend
index 7b314b9cce..449e9fee52 100644
--- a/ext/io/wait/depend
+++ b/ext/io/wait/depend
@@ -1,8 +1,9 @@
# AUTOGENERATED DEPENDENCIES START
+# wait.o: $(hdrdir)/ruby/assert.h # not in 2.6
wait.o: $(RUBY_EXTCONF_H)
wait.o: $(arch_hdrdir)/ruby/config.h
wait.o: $(hdrdir)/ruby.h
-# wait.o: $(hdrdir)/ruby/assert.h # not in 2.6
+wait.o: $(hdrdir)/ruby/assert.h
wait.o: $(hdrdir)/ruby/backward.h
wait.o: $(hdrdir)/ruby/backward/2/assume.h
wait.o: $(hdrdir)/ruby/backward/2/attributes.h