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: [
|
cxxflags: [
|
||||||
"-fno-exceptions",
|
"-fno-exceptions",
|
||||||
"-fno-rtti",
|
"-fno-rtti",
|
||||||
|
"-isystem", "${source_root}/sysroot/include/c++/v1",
|
||||||
]
|
]
|
||||||
|
|
||||||
ldflags: [
|
ldflags: [
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ ccflags: [
|
|||||||
cxxflags: [
|
cxxflags: [
|
||||||
"-fno-exceptions",
|
"-fno-exceptions",
|
||||||
"-fno-rtti",
|
"-fno-rtti",
|
||||||
|
"-isystem", "${source_root}/sysroot/include/c++/v1",
|
||||||
]
|
]
|
||||||
|
|
||||||
ldflags: [
|
ldflags: [
|
||||||
|
|||||||
Reference in New Issue
Block a user