From 089c03c345fd8094258638510add3fc53d6168e3 Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Thu, 25 Dec 2014 23:30:00 -0500 Subject: Add extconf from trunk --- ext/json/extconf.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ext/json/extconf.rb diff --git a/ext/json/extconf.rb b/ext/json/extconf.rb new file mode 100644 index 0000000..850798c --- /dev/null +++ b/ext/json/extconf.rb @@ -0,0 +1,3 @@ +require 'mkmf' +create_makefile('json') + -- cgit v1.2.1