]> git.cworth.org Git - notmuch/commitdiff
ruby: trivial build cleanup
authorFelipe Contreras <felipe.contreras@gmail.com>
Thu, 2 Jan 2025 01:39:36 +0000 (19:39 -0600)
committerDavid Bremner <david@tethera.net>
Sat, 1 Mar 2025 13:38:33 +0000 (08:38 -0500)
bindings/ruby/extconf.rb

index b6115688a978d22fb3a5dfc21327458850ec500c..ba97670ffb751977cfca922f457e702b20d464fe 100644 (file)
@@ -12,7 +12,7 @@ if not ENV['LIBNOTMUCH']
   exit 1
 end
 
-$LOCAL_LIBS += ENV['LIBNOTMUCH']
+$LOCAL_LIBS = ENV['LIBNOTMUCH']
 
 # Create Makefile
 dir_config('notmuch')