From: Felipe Contreras Date: Thu, 2 Jan 2025 01:39:36 +0000 (-0600) Subject: ruby: trivial build cleanup X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=d81a173f73796de099c18cc26c37e24a807339e5;p=notmuch ruby: trivial build cleanup --- 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')