From d81a173f73796de099c18cc26c37e24a807339e5 Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Wed, 1 Jan 2025 19:39:36 -0600 Subject: [PATCH] ruby: trivial build cleanup --- 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') -- 2.45.2