mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
...
This commit is contained in:
parent
7e1a5e9a6b
commit
0644c403ee
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user