1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

Fix typo for guile-system-extensions-path

* module/system/foreign-library.scm (guile-system-extensions-path): Fix
  typo.
This commit is contained in:
Andy Wingo 2021-01-29 21:07:07 +01:00
parent 9e6ac923bf
commit d3ce4a6a5f

View file

@ -107,7 +107,7 @@
(make-parameter
(or (parse-path "GUILE_SYSTEM_EXTENSIONS_PATH")
(list (assq-ref %guile-build-info 'libdir)
(assq-ref %guile-build-info 'extensionsdir)))))
(assq-ref %guile-build-info 'extensiondir)))))
;; There are a few messy situations here related to libtool.
;;