parent
33aac00892
commit
dfa8c8aef5
|
|
@ -244,7 +244,8 @@ def main(args):
|
||||||
|
|
||||||
# Arguments we currently ignore with one option.
|
# Arguments we currently ignore with one option.
|
||||||
if arg in ['-install_name', '-exported_symbols_list',
|
if arg in ['-install_name', '-exported_symbols_list',
|
||||||
'-current_version', '-compatibility_version']:
|
'-current_version', '-compatibility_version', '-init', '-e',
|
||||||
|
'-seg1addr']:
|
||||||
i += 1
|
i += 1
|
||||||
|
|
||||||
# Arguments we currently ignore with three options.
|
# Arguments we currently ignore with three options.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue