ext/extconf_common.rb in contrast-agent-6.1.0 vs ext/extconf_common.rb in contrast-agent-6.1.1

- old
+ new

@@ -3,10 +3,10 @@ require 'mkmf' require_relative '../lib/contrast/agent/version' def make! - create_makefile "#{ $TO_MAKE }/#{ $TO_MAKE }" + create_makefile("#{ $TO_MAKE }/#{ $TO_MAKE }") end def ext_path # __dir__ is relative to the file you're reading. # this file you're reading is presently within $APP_ROOT/ext/.