[PATCH 3/3] ruby: trivial build cleanup

Subject: [PATCH 3/3] ruby: trivial build cleanup

Date: Wed, 1 Jan 2025 19:39:36 -0600

To: notmuch@notmuchmail.org

Cc: Michal Sapka

From: Felipe Contreras


---
 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

Thread: