diff options
author | Santeri Paavolainen <santtu@iki.fi> | 2021-02-24 10:33:26 +0200 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2021-04-09 15:47:54 +1000 |
commit | 42035e5eded531d41319ffde999fa5a97478c872 (patch) | |
tree | 63d3529c33367ee6df598cf32a0a9e4750908ac1 /py/runtime.c | |
parent | 7546d3cf73608b7888583d5bdbcec059954ccfe8 (diff) |
examples/embedding: Fix example so it compiles again.
There were a few changes that had broken this example, specifically
2cdf1d25f59409b6130c0e8b6cf50300aed2d7e6 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>
Diffstat (limited to 'py/runtime.c')
0 files changed, 0 insertions, 0 deletions