[Build] Linux: Remove linking to libc++

The stdlib is explictly set to stdlibc++, so linking also to libc++ is
useless except for adding unneeded dependencies.

Signed-off-by: sephiroth99 <sephiroth99@gmail.com>
This commit is contained in:
sephiroth99 2021-01-12 22:56:39 -05:00 committed by Rick Gibbed
parent bb7c5b8266
commit e00824133c
1 changed files with 0 additions and 4 deletions

View File

@ -136,10 +136,6 @@ filter({"platforms:Linux", "toolset:gcc"})
end
filter({"platforms:Linux", "language:C++", "toolset:clang"})
links({
"c++",
"c++abi"
})
disablewarnings({
"deprecated-register"
})