From 4ef36b86dff6404bdf0c8ef982f1dbab30c486d1 Mon Sep 17 00:00:00 2001 From: Johannes Lenzen Date: Tue, 2 Feb 2021 17:32:16 +0100 Subject: [PATCH] Fixed wrong ldd path --- CI/ci-linux-build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CI/ci-linux-build.sh b/CI/ci-linux-build.sh index ffc4cae2..3a68e7ef 100755 --- a/CI/ci-linux-build.sh +++ b/CI/ci-linux-build.sh @@ -62,8 +62,8 @@ else mkdir systemlib fi - echo "Copying all required libraries of OpenFlipper to the systemlib directory" - ldd Build/bin/OpenFlipper | grep "=> /" | awk '{print $3}' | xargs -I '{}' cp -v '{}' systemlib + echo "Copying all required libraries of OpenMesh to the systemlib directory" + ldd Build/lib/libOpenMeshToolsd.so.9.0 | grep "=> /" | awk '{print $3}' | xargs -I '{}' cp -v '{}' systemlib fi cd .. \ No newline at end of file