Skip to content
This repository was archived by the owner on Apr 25, 2021. It is now read-only.

Commit 23f9785

Browse files
committed
Release OpenPython firmware v1.0.0
- Python Interpreter
1 parent 32e3dbd commit 23f9785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
OPMOD_PATH = BASE_FOLDER / "opmod"
1818
SOURCE_SYSCALL_TABLE: Path = OPMOD_PATH / "src/main/java/kr/pe/ecmaxp/openpython/arch/consts/OpenPythonSystemCallTable.kt"
1919
TARGET_SYSCALL_TABLE: Path = FOLDER / "syscall_table.h"
20-
TARGET_FOLDER: Path = OPMOD_PATH / "src/main/resources/assets/openpython/firmwares/debug" # TODO: place version
20+
TARGET_FOLDER: Path = OPMOD_PATH / "src/main/resources/assets/openpython/firmwares/v1.0.0" # TODO: place version
2121

2222

2323
@dataclass

0 commit comments

Comments
 (0)