--- ext/libyajl2/extconf.rb.orig 2021-04-07 03:32:11.000000000 +0000 +++ ext/libyajl2/extconf.rb 2021-10-11 17:10:04.925000000 +0000 @@ -3,20 +3,6 @@ require "rbconfig" require "fileutils" require "shellwords" -if ENV["USE_SYSTEM_LIBYAJL2"] - File.open("Makefile", "w+") do |f| - f.write <