8000 unix: Enable loading of persistent native .mpy modules. · micropython/micropython@b02cecc · GitHub
[go: up one dir, main page]

Skip to content

Commit b02cecc

Browse files
committed
unix: Enable loading of persistent native .mpy modules.
1 parent be3325e commit b02cecc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/unix/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
#define MICROPY_ALLOC_PATH_MAX (PATH_MAX)
3030
#define MICROPY_PERSISTENT_CODE_LOAD (1)
31+
#define MICROPY_PERSISTENT_NATIVE (1)
3132
#if !defined(MICROPY_EMIT_X64) && defined(__x86_64__)
3233
#define MICROPY_EMIT_X64 (1)
3334
#endif

0 commit comments

Comments
 (0)
0