mirror of
https://github.com/esphome/esphome.git
synced 2025-09-13 00:32:20 +01: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