Skip to content

Commit

Permalink
env: add GUILE_EXTENSIONS_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
aconchillo committed Nov 23, 2022
1 parent be557a5 commit 73fc971
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions env.in
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ else
GUILE_LOAD_COMPILED_PATH=@abs_top_builddir@:$GUILE_LOAD_COMPILED_PATH
fi

if test "$GUILE_EXTENSIONS_PATH" = ""; then
GUILE_EXTENSIONS_PATH=@abs_top_builddir@/.libs
else
GUILE_EXTENSIONS_PATH=@abs_top_builddir@/.libs:$GUILE_EXTENSIONS_PATH
fi

if test "$LTDL_LIBRARY_PATH" = ""; then
LTDL_LIBRARY_PATH=@abs_top_builddir@/.libs
else
Expand All @@ -49,6 +55,7 @@ FIBERS_BUILD_DIR=@abs_top_builddir@

export GUILE_LOAD_PATH
export GUILE_LOAD_COMPILED_PATH
export GUILE_EXTENSIONS_PATH
export LTDL_LIBRARY_PATH
export PATH
export FIBERS_BUILD_DIR
Expand Down

0 comments on commit 73fc971

Please sign in to comment.