summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2014-12-25 23:30:00 -0500
committerZachary Scott <e@zzak.io>2014-12-25 23:30:00 -0500
commit089c03c345fd8094258638510add3fc53d6168e3 (patch)
tree5604c4ac9ccad4f1aade2c62f37825975ad3c75f
parentf7b5dd35defcd8ad4ef6c2d0461c332ddd728025 (diff)
downloadjson-089c03c345fd8094258638510add3fc53d6168e3.tar.gz
Add extconf from trunk
-rw-r--r--ext/json/extconf.rb3
1 files changed, 3 insertions, 0 deletions
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')
+