QUERY · ISSUE
ports/unix: how to add a c++ shared library to the makefile .i want set a module,which can use c++ function.
port-unix
(no description)
CANDIDATE · PULL REQUEST
ports/unix: Disable the shared library of libffi
port-unix
Hi, I was trying to build an static copy of MicroPython with zig as crosscompiler and I saw a problem building the shared library in the bundled copy of libffi. MicroPython doesn't need the shared library, so I disabled it in the configure.
The change was tested with gcc and clang and both pass the tests.