We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32e3dbd commit 23f9785Copy full SHA for 23f9785
1 file changed
src/build.py
@@ -17,7 +17,7 @@
17
OPMOD_PATH = BASE_FOLDER / "opmod"
18
SOURCE_SYSCALL_TABLE: Path = OPMOD_PATH / "src/main/java/kr/pe/ecmaxp/openpython/arch/consts/OpenPythonSystemCallTable.kt"
19
TARGET_SYSCALL_TABLE: Path = FOLDER / "syscall_table.h"
20
-TARGET_FOLDER: Path = OPMOD_PATH / "src/main/resources/assets/openpython/firmwares/debug" # TODO: place version
+TARGET_FOLDER: Path = OPMOD_PATH / "src/main/resources/assets/openpython/firmwares/v1.0.0" # TODO: place version
21
22
23
@dataclass
0 commit comments