From f3c0fa06b325456f1a5f518893385ed16117f55c Mon Sep 17 00:00:00 2001 From: rdb Date: Sat, 20 Jun 2020 23:02:04 +0200 Subject: [PATCH] makepanda: silently ignore removed --host argument --- makepanda/makepanda.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makepanda/makepanda.py b/makepanda/makepanda.py index 130a65a655..769184f5c1 100755 --- a/makepanda/makepanda.py +++ b/makepanda/makepanda.py @@ -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.