File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -219,13 +219,13 @@ async def build_circuitpython():
219219 circuitpython_flags .append (f"-DCIRCUITPY_ENABLE_MPY_NATIVE={ 1 if enable_mpy_native else 0 } " )
220220 circuitpython_flags .append (f"-DCIRCUITPY_FULL_BUILD={ 1 if full_build else 0 } " )
221221 circuitpython_flags .append (f"-DCIRCUITPY_USB_HOST={ 1 if usb_host else 0 } " )
222- circuitpython_flags .append (f' -DCIRCUITPY_BOARD_ID=\\ "{ board } \\ "' )
222+ circuitpython_flags .append (f" -DCIRCUITPY_BOARD_ID=' \ "{ board } \" '" )
223223 circuitpython_flags .append (f"-DCIRCUITPY_TUSB_MEM_ALIGN={ tusb_mem_align } " )
224224 circuitpython_flags .append (f"-DCIRCUITPY_TRANSLATE_OBJECT={ 1 if lto else 0 } " )
225225 circuitpython_flags .append ("-DINTERNAL_FLASH_FILESYSTEM" )
226226 circuitpython_flags .append ("-DLONGINT_IMPL_MPZ" )
227227 circuitpython_flags .append ("-DCIRCUITPY_SSL_MBEDTLS" )
228- circuitpython_flags .append (' -DFFCONF_H=\\ "lib/oofatfs/ffconf.h\\ "' )
228+ circuitpython_flags .append (" -DFFCONF_H=' \ " lib/oofatfs/ffconf.h\" '" )
229229 circuitpython_flags .extend (("-I" , srcdir ))
230230 circuitpython_flags .extend (("-I" , srcdir / "lib/tinyusb/src" ))
231231 circuitpython_flags .extend (("-I" , srcdir / "supervisor/shared/usb" ))
You can’t perform that action at this time.
0 commit comments