]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/Makefile.local
lib: add support for date:<expr>..! to mean date:<expr>..<expr>
[notmuch] / bindings / Makefile.local
index 16817f5ac4322771a0181d879d8a3a069c72491b..4ecf839d7c18138281c7894ce7274b2f52700139 100644 (file)
@@ -3,9 +3,12 @@
 dir := bindings
 
 # force the shared library to be built
-ruby-bindings: lib/libnotmuch.so
+ruby-bindings: lib/$(LINKER_NAME)
 ifeq ($(HAVE_RUBY_DEV),1)
-       cd $(dir)/ruby && ruby extconf.rb --vendor
+       cd $(dir)/ruby && \
+               EXTRA_LDFLAGS="$(NO_UNDEFINED_LDFLAGS)" \
+               LIBNOTMUCH="../../lib/$(LINKER_NAME)" \
+               ruby extconf.rb --vendor
        $(MAKE) -C $(dir)/ruby
 else
        @echo Missing dependency, skipping ruby bindings