mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 20:19:19 +00:00
8 lines
147 B
Ruby
8 lines
147 B
Ruby
require 'mkmf'
|
|
|
|
if RUBY_ENGINE == 'truffleruby'
|
|
File.write("Makefile", dummy_makefile($srcdir).join(""))
|
|
else
|
|
create_makefile 'cgi/escape'
|
|
end
|