From 316137d3eaed59d29bf071dabe38b13a2a0a0d16 Mon Sep 17 00:00:00 2001 From: Johannes Lenzen Date: Tue, 9 Feb 2021 10:35:05 +0100 Subject: [PATCH] Added debug output --- CI/ci-linux-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/ci-linux-build.sh b/CI/ci-linux-build.sh index 2e59d49a..61592137 100755 --- a/CI/ci-linux-build.sh +++ b/CI/ci-linux-build.sh @@ -63,7 +63,7 @@ else fi echo "Copying all required libraries of OpenMesh to the systemlib directory" - ls -la + ls -laR Build ldd Build/lib/libOpenMeshCored.so.9.0 | grep "=> /" | awk '{print $3}' | xargs -I '{}' cp -v '{}' systemlib fi