mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
Fix uninstalled-env bug that preferred bootstrap/ to module/
* meta/uninstalled-env.in (top_builddir): Whoops! We were preferring bootstrap/ unoptimized .go files to module/ optimized .go files. Fix!
This commit is contained in:
parent
95ac2204d9
commit
4339cb9fc1
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ then
|
|||
then
|
||||
GUILE_LOAD_COMPILED_PATH="${top_builddir}/module:${top_builddir}/guile-readline"
|
||||
else
|
||||
for d in "/module" "/bootstrap" "/guile-readline"
|
||||
for d in "/bootstrap" "/module" "/guile-readline"
|
||||
do
|
||||
# This hair prevents double inclusion.
|
||||
# The ":" prevents prefix aliasing.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue