mirror of
https://github.com/esphome/esphome.git
synced 2024-12-26 07:24:54 +01:00
small fix
This commit is contained in:
parent
e6e35f74d4
commit
b1a46a9fb2
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ def clang_options(idedata):
|
|||
else:
|
||||
cmd.extend(
|
||||
[
|
||||
# disable built-in include directories from the host
|
||||
"-nostdinc++",
|
||||
]
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue