Add libc++abi

This commit is contained in:
deadc0de128 2023-03-06 07:52:02 +00:00 committed by GitHub
parent 7111a451db
commit 17bf695cde
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -142,7 +142,7 @@ runs:
if (!$x64) {
$pkg_gxx = 'g++-multilib'
}
$packages = $pkg_clang,$pkg_llvm,$pkg_libc,$pkg_gxx
$packages = $pkg_clang,$pkg_llvm,$pkg_libc,$pkg_libcabi,$pkg_gxx
Install-Package $packages
} elseif ($cygwin_host) {