Skip to content
Discussion options

You must be logged in to vote

@JiveyGuy

One option is to do make MICROPY_STANDALONE=1 which will use a locally built copy of libffi from a submodule and set the appropriate compiler flags to use that. (You may need to update the submodule to a more recent version if you run into issues).

Otherwise look at ports/unix/Makefile and you might be able to adapt the handling of MICROPY_STANDALONE to work with your locally built copy.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@JiveyGuy
Comment options

Answer selected by JiveyGuy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants