Skip to content

Commit bfd9385

Browse files
committed
Use binary for baseruby
1 parent 2dfcebc commit bfd9385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macos/Dependencies/common.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ RUBY_CONFIGURE_ARGS := \
5252
--disable-rubygems \
5353
--disable-install-doc \
5454
--build=$(RBUILD) \
55-
--with-baseruby=/opt/homebrew/opt/ruby \
55+
--with-baseruby=/opt/homebrew/opt/ruby/bin/ruby \
5656
${EXTRA_RUBY_CONFIG_ARGS}
5757

5858
CONFIGURE := $(CONFIGURE_ENV) ./configure $(CONFIGURE_ARGS)

0 commit comments

Comments
 (0)