unix/variants: Prefer unix-ffi packages when loading the manifest.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George 2024-02-08 17:08:32 +11:00
parent 35dd959133
commit 8cbae12d0d
2 changed files with 2 additions and 0 deletions

View File

@ -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")

View File

@ -1,2 +1,3 @@
add_library("unix-ffi", "$(MPY_LIB_DIR)/unix-ffi")
require("mip-cmdline")
require("ssl")