Skip to content

Commit 5d9ea25

Browse files
committed
chdir to physical directory to achieve the source library path
1 parent d9242ca commit 5d9ea25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3538,7 +3538,7 @@ AS_IF([test x"$cross_compiling" = xyes], [
35383538
# darwin target requires miniruby for linking ext bundles
35393539
PREP="$PREP"' miniruby$(EXEEXT)'
35403540
])
3541-
RUNRUBY_COMMAND='$(MINIRUBY) -I`cd $(srcdir)/lib; pwd`'
3541+
RUNRUBY_COMMAND='$(MINIRUBY) -I`$(CHDIR) $(srcdir)/lib; pwd`'
35423542
RUNRUBY='$(RUNRUBY_COMMAND)'
35433543
XRUBY='$(MINIRUBY)'
35443544
TEST_RUNNABLE=no

0 commit comments

Comments
 (0)