1
0
mirror of https://github.com/esphome/esphome.git synced 2025-04-16 07:40:29 +01:00

small fix

This commit is contained in:
Tomasz Duda 2024-07-24 21:48:08 +02:00
parent e6e35f74d4
commit b1a46a9fb2

View File

@ -64,6 +64,7 @@ def clang_options(idedata):
else: else:
cmd.extend( cmd.extend(
[ [
# disable built-in include directories from the host
"-nostdinc++", "-nostdinc++",
] ]
) )