[host] Disable platformio ldf (#9277)

This commit is contained in:
Jesse Hills 2025-07-01 14:38:39 +12:00 committed by GitHub
parent 9a0ba1657e
commit 27c745d5a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,3 +44,4 @@ async def to_code(config):
cg.add_build_flag("-std=gnu++20")
cg.add_define("ESPHOME_BOARD", "host")
cg.add_platformio_option("platform", "platformio/native")
cg.add_platformio_option("lib_ldf_mode", "off")