diff --git a/CI/ci-linux-build.sh b/CI/ci-linux-build.sh index 9d9f1fb5..ffc4cae2 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 OpenFlipper to the systemlib directory" - ldd bin/OpenFlipper | grep "=> /" | awk '{print $3}' | xargs -I '{}' cp -v '{}' systemlib + ldd Build/bin/OpenFlipper | grep "=> /" | awk '{print $3}' | xargs -I '{}' cp -v '{}' systemlib fi cd .. \ No newline at end of file