diff --git a/amalgamate.py b/amalgamate.py index 91d0ea27..8e294ac0 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 in ["user_config.h", "box2dw.hpp"]: + if key in ["user_config.h", "box2dw.hpp", "cJSONw.hpp"]: return m.group(0) if key == "opcodes.h": return OPCODES_TEXT