Alias for --extra-include-dirs
This commit is contained in:
parent
edac0e8023
commit
a1b532334e
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -1269,7 +1269,7 @@ def option_parser() -> argparse.ArgumentParser: # {{{
|
|||
' on different types of logging.'
|
||||
)
|
||||
p.add_argument(
|
||||
'--extra-include-dirs',
|
||||
'--extra-include-dirs', '-I',
|
||||
action='append',
|
||||
default=Options.extra_include_dirs,
|
||||
help='Extra include directories to use while compiling'
|
||||
|
|
|
|||
Loading…
Reference in a new issue