Add debug output

This commit is contained in:
Johannes Lenzen
2021-02-02 18:25:08 +01:00
parent bb621ffee1
commit 7aaf248259

View File

@@ -63,6 +63,7 @@ else
fi fi
echo "Copying all required libraries of OpenMesh to the systemlib directory" echo "Copying all required libraries of OpenMesh to the systemlib directory"
ls -la
ldd Build/lib/libOpenMeshCored.so.9.0 | grep "=> /" | awk '{print $3}' | xargs -I '{}' cp -v '{}' systemlib ldd Build/lib/libOpenMeshCored.so.9.0 | grep "=> /" | awk '{print $3}' | xargs -I '{}' cp -v '{}' systemlib
fi fi