X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=bindings%2FMakefile.local;h=2ba2775c8e59af673837688576520689f5335f60;hb=b2e4778ea4a704e4a86ae41d680a9ec886e66cfa;hp=4ecf839d7c18138281c7894ce7274b2f52700139;hpb=8cca886b10c5ec44f3214701c0c1e3c896d53d5c;p=notmuch diff --git a/bindings/Makefile.local b/bindings/Makefile.local index 4ecf839d..2ba2775c 100644 --- a/bindings/Makefile.local +++ b/bindings/Makefile.local @@ -8,10 +8,9 @@ ifeq ($(HAVE_RUBY_DEV),1) cd $(dir)/ruby && \ EXTRA_LDFLAGS="$(NO_UNDEFINED_LDFLAGS)" \ LIBNOTMUCH="../../lib/$(LINKER_NAME)" \ - ruby extconf.rb --vendor + NOTMUCH_SRCDIR='$(NOTMUCH_SRCDIR)' \ + $(RUBY) extconf.rb --vendor $(MAKE) -C $(dir)/ruby -else - @echo Missing dependency, skipping ruby bindings endif CLEAN += $(patsubst %,$(dir)/ruby/%, \