mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +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:
parent
9e6ac923bf
commit
d3ce4a6a5f
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@
|
||||||
(make-parameter
|
(make-parameter
|
||||||
(or (parse-path "GUILE_SYSTEM_EXTENSIONS_PATH")
|
(or (parse-path "GUILE_SYSTEM_EXTENSIONS_PATH")
|
||||||
(list (assq-ref %guile-build-info 'libdir)
|
(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.
|
;; There are a few messy situations here related to libtool.
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue