Skip to content

Commit

Permalink
[cage] Clarify comments about the library search path
Browse files Browse the repository at this point in the history
"parrot/" is not included in the versiondir if the prefix already contains "/parrot"
  • Loading branch information
Reini Urban committed Jan 3, 2013
1 parent 4941131 commit 7ea6587
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions t/library/lib_search_path.t
Expand Up @@ -30,7 +30,7 @@ dynext:
dynext/
$ENV{PARROT_DYNEXT}
$prefix/parrot/$ver/dynext/
$libdir/$versiondir/dynext/
$Config{dynext_dirs}
if not installed:
Expand All @@ -44,14 +44,14 @@ library (similar for include):
if parrot is installed:
$ENV{PARROT_LIBRARY}
$prefix/parrot/$ver/library/
$libdir/$versiondir/library/
./
if not installed:
$ENV{PARROT_LIBRARY}
$build_dir/runtime/parrot/library/
$prefix/parrot/$ver/library/
$libdir/$versiondir/library/
./
LANG does not observe $ENV{PARROT_LIBRARY}
Expand Down

0 comments on commit 7ea6587

Please sign in to comment.