From 9292071e418c4493f34dace4a60d5f02411e8546 Mon Sep 17 00:00:00 2001 From: shinokaro Date: Wed, 29 May 2024 05:00:04 +0900 Subject: [PATCH] for HostConfigHelper --- lib/ocran/host_config_helper.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/ocran/host_config_helper.rb b/lib/ocran/host_config_helper.rb index 641fe8c..1e3ef90 100644 --- a/lib/ocran/host_config_helper.rb +++ b/lib/ocran/host_config_helper.rb @@ -1,8 +1,10 @@ require "rbconfig" +require_relative "refine_pathname" module Ocran # Variables describing the host's build environment. module HostConfigHelper + using RefinePathname module_function def exec_prefix