- Edited
This is a very weird one
If you type
When installing discord it firstly installs libc++, but can't resolve its dependency (libc++abi)
How can I solve this?
P.S.
If you type
pacopts aur -s libc++
libc++abi 6.0 is clearly in the list
aur/libc++abi 6.0.0-1 (156, 18.80)
Low level support for the LLVM C++ standard library.
But if you type
pacopts aur -s libc++abi
it doesn't find anythingWhen installing discord it firstly installs libc++, but can't resolve its dependency (libc++abi)
How can I solve this?
P.S.
pacopts aur -I libc++abi
doesn't work.