mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
makepanda: silently ignore --no-rocket and --no-physx flags
This commit is contained in:
parent
b212d254d0
commit
da9d1d6a13
@ -166,7 +166,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-carbon", "universal", "no-physx", "no-rocket"
|
||||||
]
|
]
|
||||||
|
|
||||||
# All recognized options.
|
# All recognized options.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user