mirror of
https://github.com/esphome/esphome.git
synced 2025-10-30 06:33:51 +00:00
small fix
This commit is contained in:
@@ -64,6 +64,7 @@ def clang_options(idedata):
|
||||
else:
|
||||
cmd.extend(
|
||||
[
|
||||
# disable built-in include directories from the host
|
||||
"-nostdinc++",
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user