Skip to content
Snippets Groups Projects
Commit ee07202a authored by Joe Garcia's avatar Joe Garcia
Browse files

fix defaults for 64bit

parent c2b2dd60
No related branches found
No related tags found
No related merge requests found
patchelf.x86_64
\ No newline at end of file
......@@ -453,7 +453,7 @@ def main():
usage = """
%prog [options] base-directory rpath1 rpath2 rpath3 ...
example:
python thosewhohuntelfs.py . common/lib lib --exclude='.*?build/.*' --dry-run --patchelf=sbin/patchelf
python thosewhohuntelfs.py . common/lib lib --exclude='.*?build/.*' --dry-run --patchelf=sbin/patchelf.x86_64
"""
parser = optparse.OptionParser(usage)
parser.add_option('-t', '--test', dest="self_test",
......@@ -470,7 +470,7 @@ python thosewhohuntelfs.py . common/lib lib --exclude='.*?build/.*' --dry-run --
help='each occurrence increases verbosity 1 level through ERROR-WARNING-INFO-DEBUG')
parser.add_option('-x', '--exclude', dest='exclude_re',
help='regular expression for pathnames to exclude, optional')
parser.add_option('-p', '--patchelf', dest='patchelf', default='sbin/patchelf',
parser.add_option('-p', '--patchelf', dest='patchelf', default='sbin/patchelf.x86_64',
help='location of patchelf (Linux)')
parser.add_option('-i', '--install_name_tool', dest='install_name_tool', default='/usr/bin/install_name_tool',
help='location of install_name_tool (MacOSX)')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment