[ruby/io-console] Enable building the C extension on TruffleRuby.
https://github.com/ruby/io-console/commit/c17b8cf3a9
This commit is contained in:
parent
537fc3ad5c
commit
042860bd65
@ -1,7 +1,7 @@
|
||||
# frozen_string_literal: false
|
||||
require 'mkmf'
|
||||
|
||||
ok = true if RUBY_ENGINE == "ruby"
|
||||
ok = true if RUBY_ENGINE == "ruby" || RUBY_ENGINE == "truffleruby"
|
||||
hdr = nil
|
||||
case
|
||||
when macro_defined?("_WIN32", "")
|
||||
|
Loading…
x
Reference in New Issue
Block a user