mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 08:24: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: [
|
||||
@@ -36,4 +37,4 @@ ldflags: [
|
||||
|
||||
libs: [
|
||||
"${target_dir}/crt0.o",
|
||||
]
|
||||
]
|
||||
|
||||
@@ -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