[build] Explicitly add c++ standard headers to userspace

This helps language servers not freak out.
This commit is contained in:
Justin C. Miller
2024-08-18 19:40:16 -07:00
parent 4649d5f77b
commit 1ebee17880
2 changed files with 3 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ ccflags: [
cxxflags: [ cxxflags: [
"-fno-exceptions", "-fno-exceptions",
"-fno-rtti", "-fno-rtti",
"-isystem", "${source_root}/sysroot/include/c++/v1",
] ]
ldflags: [ ldflags: [

View File

@@ -21,6 +21,7 @@ ccflags: [
cxxflags: [ cxxflags: [
"-fno-exceptions", "-fno-exceptions",
"-fno-rtti", "-fno-rtti",
"-isystem", "${source_root}/sysroot/include/c++/v1",
] ]
ldflags: [ ldflags: [