1
0
Fork 0
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:
Alan Wu 2022-07-29 14:18:26 -04:00 committed by Yuta Saito
parent 50d81bfbc1
commit c69582a540
Notes: git 2022-08-04 16:29:45 +09:00

View file

@ -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],