From 209658ee099985edf44a1d531ca619329a0a5d2f Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Sun, 10 Sep 2023 09:48:07 -0400 Subject: [PATCH] Use cache to mkdir_p for HulkBinObj builder --- Rsconscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rsconscript b/Rsconscript index d5e73aa..a81c4c5 100644 --- a/Rsconscript +++ b/Rsconscript @@ -26,7 +26,7 @@ MB = 1024 * 1024 class HulkBinObj < Builder def run(options) - FileUtils.mkdir_p(File.dirname(@target)) + @cache.mkdir_p(File.dirname(@target)) File.write(@target, <