[前][次][番号順一覧][スレッド一覧]

ruby-changes:72812

From: Alan <ko1@a...>
Date: Thu, 4 Aug 2022 16:29:38 +0900 (JST)
Subject: [ruby-changes:72812] c69582a540 (master): Quote $(BUILTRUBY) so paths with spaces work

https://git.ruby-lang.org/ruby.git/commit/?id=c69582a540

From c69582a5401ac7b6e59b87a8bcc8636c27eb923e Mon Sep 17 00:00:00 2001
From: Alan Wu <XrXr@u...>
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= https://github.com/ruby/ruby/blob/trunk/configure.ac#L3014
 			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.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]