Skip to content

Commit

Permalink
Backport r1872164.
Browse files Browse the repository at this point in the history
Fix the name of libtool when cross compiling.


git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.7.x@1872165 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
minfrin committed Jan 1, 2020
1 parent b6dbbc7 commit f823746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apr-config.in
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ while test $# -gt 0; do
if test "$location" = "installed"; then
echo "${installbuilddir}/libtool"
elif test "$location" = "crosscompile"; then
echo "$APR_TARGET_DIR/${installbuilddir}/build"
echo "$APR_TARGET_DIR/${installbuilddir}/libtool"
else
echo "$APR_BUILD_DIR/libtool"
fi
Expand Down

0 comments on commit f823746

Please sign in to comment.