Files
wren/script
Thorbjørn Lindeijer cbe0676e79 fix: correct source file paths in generate_builtins.py from src/ to src/vm/
The copy_builtin function was reading and writing builtin C source files
from the wrong directory (src/ instead of src/vm/), causing the script
to fail when run from the project root. Updated both the read and write
file paths to use the correct src/vm/ prefix.
2015-03-15 14:55:51 +00:00
..