X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=bindings%2FMakefile.local;h=2ba2775c8e59af673837688576520689f5335f60;hp=17b561caac52dfc17a1f4fc9e56758b32dbb25fd;hb=b2e4778ea4a704e4a86ae41d680a9ec886e66cfa;hpb=a07b28a488cd5d8f3d9dcf77401cc43ce6473138 diff --git a/bindings/Makefile.local b/bindings/Makefile.local index 17b561ca..2ba2775c 100644 --- a/bindings/Makefile.local +++ b/bindings/Makefile.local @@ -9,7 +9,7 @@ ifeq ($(HAVE_RUBY_DEV),1) EXTRA_LDFLAGS="$(NO_UNDEFINED_LDFLAGS)" \ LIBNOTMUCH="../../lib/$(LINKER_NAME)" \ NOTMUCH_SRCDIR='$(NOTMUCH_SRCDIR)' \ - ruby extconf.rb --vendor + $(RUBY) extconf.rb --vendor $(MAKE) -C $(dir)/ruby endif