guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] branch excise-ltdl updated: Fix typo for guile-system-ex


From: Andy Wingo
Subject: [Guile-commits] branch excise-ltdl updated: Fix typo for guile-system-extensions-path
Date: Fri, 29 Jan 2021 15:07:33 -0500

This is an automated email from the git hooks/post-receive script.

wingo pushed a commit to branch excise-ltdl
in repository guile.

The following commit(s) were added to refs/heads/excise-ltdl by this push:
     new d3ce4a6  Fix typo for guile-system-extensions-path
d3ce4a6 is described below

commit d3ce4a6a5fe4ed7d808d2cf33961d9196cb05d0a
Author: Andy Wingo <wingo@pobox.com>
AuthorDate: Fri Jan 29 21:07:07 2021 +0100

    Fix typo for guile-system-extensions-path
    
    * module/system/foreign-library.scm (guile-system-extensions-path): Fix
      typo.
---
 module/system/foreign-library.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/module/system/foreign-library.scm 
b/module/system/foreign-library.scm
index 6945fca..eaeb267 100644
--- a/module/system/foreign-library.scm
+++ b/module/system/foreign-library.scm
@@ -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.
 ;;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]