mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
6d74458037
when -O option is not set. Note that -O3 doesn't always exist. * ext/json/parser/extconf.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30011 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
5 lines
89 B
Ruby
5 lines
89 B
Ruby
require 'mkmf'
|
|
require 'rbconfig'
|
|
|
|
have_header("re.h")
|
|
create_makefile 'json/ext/parser'
|