mirror of
https://github.com/pocketpy/pocketpy
synced 2025-11-10 13:40:16 +00:00
Update amalgamate.py
This commit is contained in:
parent
4afef54da7
commit
4def9dd091
@ -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 in ["user_config.h", "box2dw.hpp"]:
|
if key in ["user_config.h", "box2dw.hpp", "cJSONw.hpp"]:
|
||||||
return m.group(0)
|
return m.group(0)
|
||||||
if key == "opcodes.h":
|
if key == "opcodes.h":
|
||||||
return OPCODES_TEXT
|
return OPCODES_TEXT
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user