mirror of
https://github.com/justinian/jsix.git
synced 2025-12-09 16:04:32 -08:00
[build] Explicitly add c++ standard headers to userspace
This helps language servers not freak out.
This commit is contained in:
@@ -21,6 +21,7 @@ ccflags: [
|
||||
cxxflags: [
|
||||
"-fno-exceptions",
|
||||
"-fno-rtti",
|
||||
"-isystem", "${source_root}/sysroot/include/c++/v1",
|
||||
]
|
||||
|
||||
ldflags: [
|
||||
|
||||
@@ -21,6 +21,7 @@ ccflags: [
|
||||
cxxflags: [
|
||||
"-fno-exceptions",
|
||||
"-fno-rtti",
|
||||
"-isystem", "${source_root}/sysroot/include/c++/v1",
|
||||
]
|
||||
|
||||
ldflags: [
|
||||
|
||||
Reference in New Issue
Block a user