mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -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.
|
||||
removedopts = [
|
||||
"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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user