mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[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 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue