llvm21: moving libunwind files seems useless

This commit is contained in:
Jérôme Duval
2025-09-22 09:06:10 +02:00
committed by GitHub
parent f6f17b5d4c
commit 707c1607b3

View File

@@ -711,10 +711,6 @@ INSTALL()
$python setup.py install --root=/ --prefix="$prefix" -O1
popd
if [ -n "$secondaryArchSuffix" ]; then
mv $prefix/lib/libunwind* $libDir
fi
# You can try and be fancy here parsing each arch in a for loop... but
# not all arches contain the same libraries. The inventory for each arch
# also changes between releases... so lets KISS.