mirror of
https://github.com/W3SLAV/micropython.git
synced 2025-06-20 04:25:34 -04:00
6 lines
152 B
Python
6 lines
152 B
Python
add_library("unix-ffi", "$(MPY_LIB_DIR)/unix-ffi")
|
|
freeze_as_str("frzstr")
|
|
freeze_as_mpy("frzmpy")
|
|
freeze_mpy("$(MPY_DIR)/tests/frozen")
|
|
require("ssl")
|