From c69582a5401ac7b6e59b87a8bcc8636c27eb923e Mon Sep 17 00:00:00 2001 From: Alan Wu Date: Fri, 29 Jul 2022 14:18:26 -0400 Subject: Quote $(BUILTRUBY) so paths with spaces work --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4da115ce4c..1808a643f3 100644 --- a/configure.ac +++ b/configure.ac @@ -3014,7 +3014,7 @@ STATIC= AS_IF([test "x$EXTSTATIC" = x], [ # When building ext bundles, a mach-o bundle needs to know its loader # program to bind symbols from the ruby executable - EXTDLDFLAGS='-bundle_loader $(BUILTRUBY)' + EXTDLDFLAGS="-bundle_loader '\$(BUILTRUBY)'" PREP="$PREP"' $(PROGRAM)' ]) rb_cv_dlopen=yes], -- cgit v1.2.3