We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55808c1 + 8d66de9 commit 6cc0b64Copy full SHA for 6cc0b64
ext/oci8/extconf.rb
@@ -139,6 +139,8 @@ def fmt.%(x)
139
so_basename += 'rbx'
140
when 'jruby'
141
raise "Ruby-oci8 doesn't support jruby because its C extension support is in development in jruby 1.6 and deprecated in jruby 1.7."
142
+when 'truffleruby'
143
+ so_basename += 'truffleruby'
144
else
145
raise 'unsupported ruby engine: ' + RUBY_ENGINE
146
end
lib/oci8.rb
@@ -66,6 +66,8 @@
66
67
68
69
70
71
72
73
0 commit comments