From 0644c403ee6d5a250b98d1320a65e13f0c7643e0 Mon Sep 17 00:00:00 2001 From: BLUELOVETH Date: Thu, 3 Aug 2023 12:53:10 +0800 Subject: [PATCH] ... --- amalgamate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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