Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Updated libtool to version 2.2.6a
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Oct 4, 2009
1 parent 5672f00 commit 49ea57f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build-scripts/ltmain.sh
Expand Up @@ -3015,9 +3015,9 @@ func_to_host_path ()
;;
esac
if test -z "$func_to_host_path_result" ; then
func_error "Could not determine host path corresponding to"
func_error " '$1'"
func_error "Continuing, but uninstalled executables may not work."
#func_error "Could not determine host path corresponding to"
#func_error " '$1'"
#func_error "Continuing, but uninstalled executables may not work."
# Fallback:
func_to_host_path_result="$1"
fi
Expand Down Expand Up @@ -3359,6 +3359,7 @@ static const size_t env_append_opt_len = LTWRAPPER_OPTION_PREFIX_LENGTH + 10;
static const char *env_append_opt = LTWRAPPER_OPTION_PREFIX "env-append";
/* argument is putenv-style "foo=bar", new value of foo is ${foo}bar */
#undef main
int
main (int argc, char *argv[])
{
Expand Down

0 comments on commit 49ea57f

Please sign in to comment.