--- bindings/ruby/extconf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/ruby/extconf.rb b/bindings/ruby/extconf.rb index b6115688..ba97670f 100644 --- a/bindings/ruby/extconf.rb +++ b/bindings/ruby/extconf.rb @@ -12,7 +12,7 @@ if not ENV['LIBNOTMUCH'] exit 1 end -$LOCAL_LIBS += ENV['LIBNOTMUCH'] +$LOCAL_LIBS = ENV['LIBNOTMUCH'] # Create Makefile dir_config('notmuch') -- 0.1 _______________________________________________ notmuch mailing list -- notmuch@notmuchmail.org To unsubscribe send an email to notmuch-leave@notmuchmail.org