mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-19 18:20:22 +02:00
Update reference for GUILE_EXTENSIONS_PATH
* NEWS: Update. * doc/ref/guile-invoke.texi (Environment Variables): Add entry.
This commit is contained in:
parent
579870abbc
commit
aaa8f201e9
2 changed files with 12 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
@c -*-texinfo-*-
|
||||
@c This is part of the GNU Guile Reference Manual.
|
||||
@c Copyright (C) 1996-1997,2000-2005,2010-2011,2013-2014,2016,2019
|
||||
@c Copyright (C) 1996-1997,2000-2005,2010-2011,2013-2014,2016,2019,2021
|
||||
@c Free Software Foundation, Inc.
|
||||
@c See the file guile.texi for copying conditions.
|
||||
|
||||
|
@ -400,6 +400,14 @@ guile -c '(display %load-path) (newline)'
|
|||
(Note: The line breaks, above, are for documentation purposes only, and
|
||||
not required in the actual example.)
|
||||
|
||||
@item GUILE_EXTENSIONS_PATH
|
||||
@vindex GUILE_EXTENSIONS_PATH
|
||||
This variable may be used to augment the path that is searched for
|
||||
foreign libraries via @code{load-extension}, @code{dynamic-link},
|
||||
@code{load-foreign-library}, or the like. Its value should be a
|
||||
colon-separated (semicolon on Windows) list of directories.
|
||||
@xref{Foreign Libraries}.
|
||||
|
||||
@item GUILE_WARN_DEPRECATED
|
||||
@vindex GUILE_WARN_DEPRECATED
|
||||
As Guile evolves, some features will be eliminated or replaced by newer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue