Skip to content

Commit a989585

Browse files
committed
mpy-cross: Enable t-strings.
So `mpy-cross` can compile t-strings. Signed-off-by: Damien George <damien@micropython.org>
1 parent d4751a1 commit a989585

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

mpy-cross/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
#define MICROPY_USE_INTERNAL_PRINTF (0)
8080

8181
#define MICROPY_PY_FSTRINGS (1)
82+
#define MICROPY_PY_TSTRINGS (1)
8283
#define MICROPY_PY_BUILTINS_STR_UNICODE (1)
8384

8485
#if !(defined(MICROPY_GCREGS_SETJMP) || defined(__x86_64__) || defined(__i386__) || defined(__thumb2__) || defined(__thumb__) || defined(__arm__))

0 commit comments

Comments
 (0)