mirror of
https://github.com/micropython/micropython.git
synced 2025-09-05 17:30:41 +02:00
There were a few changes that had broken this example, specifically
2cdf1d25f5
removed file.c from ports/unix.
And (at least for MacOS) mp_state_ctx must be placed in the BSS with
-fno-common so it is visible to the linker.
Signed-off-by: Santeri Paavolainen <santtu@iki.fi>