Skip to content

Commit 20d9e18

Browse files
tannewtdhalbert
andauthored
Remove outdated OS_GETENV flag
Co-authored-by: Dan Halbert <halbert@adafruit.com>
1 parent 73aa39f commit 20d9e18

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ports/zephyr-cp/cptools/build_circuitpython.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,6 @@ async def build_circuitpython():
317317
circuitpython_flags.append(f"-DCIRCUITPY_ENABLE_MPY_NATIVE={1 if enable_mpy_native else 0}")
318318
circuitpython_flags.append(f"-DCIRCUITPY_FULL_BUILD={1 if full_build else 0}")
319319
circuitpython_flags.append(f"-DCIRCUITPY_SETTINGS_TOML={1 if full_build else 0}")
320-
circuitpython_flags.append(f"-DCIRCUITPY_OS_GETENV={1 if full_build else 0}")
321320
circuitpython_flags.append("-DCIRCUITPY_STATUS_BAR=1")
322321
circuitpython_flags.append(f"-DCIRCUITPY_USB_HOST={1 if usb_host else 0}")
323322
circuitpython_flags.append(f"-DCIRCUITPY_BOARD_ID='\"{board}\"'")

0 commit comments

Comments
 (0)