mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
makepanda: silently ignore removed --host argument
This commit is contained in:
parent
0f2cf6d14b
commit
f3c0fa06b3
@ -168,7 +168,7 @@ def parseopts(args):
|
|||||||
# Options for which to display a deprecation warning.
|
# Options for which to display a deprecation warning.
|
||||||
removedopts = [
|
removedopts = [
|
||||||
"use-touchinput", "no-touchinput", "no-awesomium", "no-directscripts",
|
"use-touchinput", "no-touchinput", "no-awesomium", "no-directscripts",
|
||||||
"no-carbon", "universal", "no-physx", "no-rocket"
|
"no-carbon", "universal", "no-physx", "no-rocket", "host"
|
||||||
]
|
]
|
||||||
|
|
||||||
# All recognized options.
|
# All recognized options.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user