diff --git a/amalgamate.py b/amalgamate.py index c0021b62..9840efad 100644 --- a/amalgamate.py +++ b/amalgamate.py @@ -34,7 +34,7 @@ def remove_copied_include(text): key = m.group(1) if key.startswith("pocketpy/"): key = key[9:] - if key == "user_config.h": + if key in ["user_config.h", "box2d_bindings.hpp"]: return m.group(0) if key == "opcodes.h": return OPCODES_TEXT