diff --git a/defs/gmake.mk b/defs/gmake.mk index 874a7aff95..cd72c49126 100644 --- a/defs/gmake.mk +++ b/defs/gmake.mk @@ -263,7 +263,7 @@ extract-gems: | $(patsubst %,.bundle/gems/%,$(BUNDLED_GEMS)) .bundle/gems/%: gems/%.gem | .bundle/gems $(ECHO) Extracting bundle gem $*... - $(Q) $(RUNRUBY) -C "$(srcdir)" \ + $(Q) $(BASERUBY) -C "$(srcdir)" \ -Itool -rgem-unpack \ -e 'Gem.unpack("gems/$(@F).gem", ".bundle/gems")'