mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/io-wait] Fix dependency for ruby 2.6
https://github.com/ruby/io-wait/commit/2eb3841e9c
This commit is contained in:
parent
96d9cfba08
commit
c910de3575
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
wait.o: $(RUBY_EXTCONF_H)
|
||||
wait.o: $(arch_hdrdir)/ruby/config.h
|
||||
wait.o: $(hdrdir)/ruby.h
|
||||
wait.o: $(hdrdir)/ruby/assert.h
|
||||
# wait.o: $(hdrdir)/ruby/assert.h # not in 2.6
|
||||
wait.o: $(hdrdir)/ruby/backward.h
|
||||
wait.o: $(hdrdir)/ruby/backward/2/assume.h
|
||||
wait.o: $(hdrdir)/ruby/backward/2/attributes.h
|
||||
|
|
Loading…
Add table
Reference in a new issue