jerryscript-project / jerryscript

Ultra-lightweight JavaScript engine for the Internet of Things.
https://jerryscript.net
Apache License 2.0
6.91k stars 669 forks source link

Replace global inclusions with local ones, because with the amalgam.p… #4991

Closed dmazzella closed 2 years ago

dmazzella commented 2 years ago

Replace global inclusions with local ones, because with the amalgam.py tool they were added and this leads to compile error.

dmazzella commented 2 years ago

updates on this?