mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
recognise -i as valid option, of course
This commit is contained in:
parent
b92e172172
commit
c45e05cffe
@ -166,7 +166,7 @@ iconFiles = []
|
||||
includeRequires = False
|
||||
|
||||
try:
|
||||
opts, args = getopt.getopt(sys.argv[1:], 'n:N:v:o:t:P:csl:L:a:A:e:h')
|
||||
opts, args = getopt.getopt(sys.argv[1:], 'n:N:v:o:t:P:csl:L:a:A:e:i:h')
|
||||
except getopt.error, msg:
|
||||
usage(1, msg or 'Invalid option')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user