comment copy

This commit is contained in:
Alex Birch 2018-06-17 17:53:17 +01:00
parent 39c54f0139
commit fcdc743b3b
No known key found for this signature in database
GPG Key ID: 305EB1F98D44ACBA

View File

@ -66,6 +66,7 @@ get_env_specific_dependencies_recursive () {
DEP_PATHS=$(get_env_specific_dependencies_recursive "$BINARY")
mkdir -p "$LIB"
# copy each distinct dylib in the dependency tree into our lib folder
echo "$DEP_PATHS" \
| xargs -n1 realpath \
| sort \