BLUELOVETH 2 years ago
parent
commit
0644c403ee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      amalgamate.py

+ 1 - 1
amalgamate.py

@@ -34,7 +34,7 @@ def remove_copied_include(text):
 		key = m.group(1)
 		key = m.group(1)
 		if key.startswith("pocketpy/"):
 		if key.startswith("pocketpy/"):
 			key = key[9:]
 			key = key[9:]
-		if key == "user_config.h":
+		if key in ["user_config.h", "box2d_bindings.hpp"]:
 			return m.group(0)
 			return m.group(0)
 		if key == "opcodes.h":
 		if key == "opcodes.h":
 			return OPCODES_TEXT
 			return OPCODES_TEXT