diff options
| author | Felipe Contreras <felipe.contreras@gmail.com> | 2025-01-01 19:39:36 -0600 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2025-03-01 08:38:33 -0500 |
| commit | d81a173f73796de099c18cc26c37e24a807339e5 (patch) | |
| tree | bdc03c1764abd0bc8f29b35cab56e0f2a7b519bb /bindings | |
| parent | e78e093330dff7cf85b2cf69314ea47c3dfb1080 (diff) | |
ruby: trivial build cleanup
Diffstat (limited to 'bindings')
| -rw-r--r-- | bindings/ruby/extconf.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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') |
