build: gather linux libraries for package automated

This commit is contained in:
Andreas Stallinger
2015-09-17 14:10:11 +02:00
parent a596c58b02
commit b36e3fb758
22 changed files with 10 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
mkdir -p setup/Linux/lib
ldd bin/app/Release/Coati | grep "=> /" | awk '{print $3}' | xargs -I '{}' cp -v '{}' setup/Linux/lib
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.