Skip to content

Commit

Permalink
unix/variants: Prefer unix-ffi packages when loading the manifest.
Browse files Browse the repository at this point in the history
Signed-off-by: Damien George <damien@micropython.org>
  • Loading branch information
dpgeorge committed Feb 8, 2024
1 parent 35dd959 commit 8cbae12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ports/unix/variants/coverage/manifest.py
Original file line number Diff line number Diff line change
@@ -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")
Expand Down
1 change: 1 addition & 0 deletions ports/unix/variants/manifest.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
add_library("unix-ffi", "$(MPY_LIB_DIR)/unix-ffi")
require("mip-cmdline")
require("ssl")

0 comments on commit 8cbae12

Please sign in to comment.