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
@ -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…
x
Reference in New Issue
Block a user