mirror of
https://github.com/boostorg/boost.git
synced 2025-04-11 07:41:06 +00:00
Fix remembering of the libdir option.
[SVN r52754]
This commit is contained in:
parent
8d40e0fbd3
commit
8e350b2668
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ if test "x$EPREFIX" = x; then
|
|||
fi
|
||||
|
||||
if test "x$LIBDIR" = x; then
|
||||
LIBDIR="$EXPREFIX/lib"
|
||||
LIBDIR="$EPREFIX/lib"
|
||||
fi
|
||||
|
||||
if test "x$INCLUDEDIR" = x; then
|
||||
|
|
Loading…
Add table
Reference in a new issue