unix/variants: Prefer unix-ffi packages when loading the manifest.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
parent
35dd959133
commit
8cbae12d0d
2 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
add_library("unix-ffi", "$(MPY_LIB_DIR)/unix-ffi")
|
||||
freeze_as_str("frzstr")
|
||||
freeze_as_mpy("frzmpy")
|
||||
freeze_mpy("$(MPY_DIR)/tests/frozen")
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
add_library("unix-ffi", "$(MPY_LIB_DIR)/unix-ffi")
|
||||
require("mip-cmdline")
|
||||
require("ssl")
|
||||
|
|
|
|||
Loading…
Reference in a new issue