Fixed naming

This commit is contained in:
Johannes Lenzen
2021-02-02 17:41:10 +01:00
parent 4ef36b86df
commit bb621ffee1

View File

@@ -63,7 +63,7 @@ else
fi
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
ldd Build/lib/libOpenMeshCored.so.9.0 | grep "=> /" | awk '{print $3}' | xargs -I '{}' cp -v '{}' systemlib
fi
cd ..