Add support for netbsd in autoload paths

This commit is contained in:
retropikzel 2024-10-23 18:45:59 +03:00
parent 8a3edd88d8
commit 59f835570a
1 changed files with 2 additions and 0 deletions

View File

@ -108,6 +108,8 @@
; Fedora/Alpine
"/usr/lib"
"/usr/lib64"
; NetBSD
"/usr/pkg/lib"
)))))
(auto-load-versions (list))
(paths (append auto-load-paths additional-paths))