From caa946f2deba24b26e92aae50441ca680028db7a Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Sat, 26 Oct 2024 18:15:35 +0900 Subject: [PATCH] Restore ext/json/extconf.rb --- 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 0000000000..8a99b6a5c8 --- /dev/null +++ b/ext/json/extconf.rb @@ -0,0 +1,3 @@ +require 'mkmf' + +create_makefile('json')