Add libraries to artifacts Fix

This commit is contained in:
Johannes Lenzen
2021-02-02 16:36:41 +01:00
parent 78af6cb1a7
commit 5f959b0f63

View File

@@ -63,7 +63,7 @@ else
fi fi
echo "Copying all required libraries of OpenFlipper to the systemlib directory" 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 fi
cd .. cd ..