includes: add libcxxabi
Otherwise v8 complains.
This commit is contained in:
parent
66b9635ca8
commit
79812dc567
@ -22,7 +22,11 @@ _GLIBCS = [
|
|||||||
"2.34",
|
"2.34",
|
||||||
]
|
]
|
||||||
|
|
||||||
_INCLUDE_TAIL = ["libcxx/include", "include"]
|
_INCLUDE_TAIL = [
|
||||||
|
"libcxx/include",
|
||||||
|
"libcxxabi/include",
|
||||||
|
"include",
|
||||||
|
]
|
||||||
|
|
||||||
LIBCS = ["musl"] + ["gnu.{}".format(glibc) for glibc in _GLIBCS]
|
LIBCS = ["musl"] + ["gnu.{}".format(glibc) for glibc in _GLIBCS]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user