diff options
-rwxr-xr-x | ports/geckolib/binding_tools/regen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/geckolib/binding_tools/regen.py b/ports/geckolib/binding_tools/regen.py index 98965e6facf..4745a6e1800 100755 --- a/ports/geckolib/binding_tools/regen.py +++ b/ports/geckolib/binding_tools/regen.py @@ -321,7 +321,7 @@ def build(objdir, target_name, debug, debugger, kind_name=None, flags.append("{}Strong".format(ty)) flags.append("--raw-line") flags.append("pub type {0}Strong = ::sugar::refptr::Strong<{0}>;".format(ty)) - flags.append("-blacklist-type") + flags.append("--blacklist-type") flags.append("{}Borrowed".format(ty)) flags.append("--raw-line") flags.append("pub type {0}Borrowed<'a> = ::sugar::refptr::Borrowed<'a, {0}>;".format(ty)) |