mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Quote $(BUILTRUBY) so paths with spaces work
This commit is contained in:
parent
50d81bfbc1
commit
c69582a540
Notes:
git
2022-08-04 16:29:45 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -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],
|
||||
|
|
Loading…
Reference in a new issue