mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 21:14:23 +02:00
parent
610038f3bf
commit
f61bd3ca80
3 changed files with 13 additions and 6 deletions
|
@ -1,3 +1,7 @@
|
|||
require 'mkmf'
|
||||
|
||||
create_makefile 'cgi/escape'
|
||||
if RUBY_ENGINE == 'truffleruby'
|
||||
File.write("Makefile", dummy_makefile($srcdir).join(""))
|
||||
else
|
||||
create_makefile 'cgi/escape'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue