mirror of
https://github.com/esphome/esphome.git
synced 2024-12-26 15:34:53 +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:
|
else:
|
||||||
cmd.extend(
|
cmd.extend(
|
||||||
[
|
[
|
||||||
|
# disable built-in include directories from the host
|
||||||
"-nostdinc++",
|
"-nostdinc++",
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue