We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8db8b8b commit f0f68baCopy full SHA for f0f68ba
ext/erb/escape/extconf.rb
@@ -1,6 +1,7 @@
1
require 'mkmf'
2
3
-if RUBY_ENGINE == 'truffleruby'
+case RUBY_ENGINE
4
+when 'jruby', 'truffleruby'
5
File.write('Makefile', dummy_makefile($srcdir).join)
6
else
7
create_makefile 'erb/escape'
0 commit comments