From 5d9ea25ecd64dab53d34f307e12b25a48aa74f52 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Tue, 12 May 2026 21:30:06 +0900 Subject: chdir to physical directory to achieve the source library path --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index caf3475a38..cfa78394d4 100644 --- a/configure.ac +++ b/configure.ac @@ -3538,7 +3538,7 @@ AS_IF([test x"$cross_compiling" = xyes], [ # darwin target requires miniruby for linking ext bundles PREP="$PREP"' miniruby$(EXEEXT)' ]) - RUNRUBY_COMMAND='$(MINIRUBY) -I`cd $(srcdir)/lib; pwd`' + RUNRUBY_COMMAND='$(MINIRUBY) -I`$(CHDIR) $(srcdir)/lib; pwd`' RUNRUBY='$(RUNRUBY_COMMAND)' XRUBY='$(MINIRUBY)' TEST_RUNNABLE=no -- cgit v1.2.3