From f283c683106e70989290fd20a46021c5fd672ef8 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 23 Oct 2007 13:38:29 +0000 Subject: [PATCH] added --prefix option which is useful when cross-building git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49351 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- misc/scripts/set_install_name | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/misc/scripts/set_install_name b/misc/scripts/set_install_name index 343a3252ec..90be5f980b 100755 --- a/misc/scripts/set_install_name +++ b/misc/scripts/set_install_name @@ -11,27 +11,32 @@ quiet=0 verbose=0 libdir= +tool_prefix= install_path= cmd= Usage() { + name=`basename $0` cat 1>&2 <