mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 13:04:13 +02:00
7 lines
147 B
Ruby
7 lines
147 B
Ruby
require 'mkmf'
|
|
|
|
if RUBY_ENGINE == 'truffleruby'
|
|
File.write("Makefile", dummy_makefile($srcdir).join(""))
|
|
else
|
|
create_makefile 'cgi/escape'
|
|
end
|