comment copy

This commit is contained in:
Alex Birch
2019-06-22 19:07:09 +01:00
parent 39c54f0139
commit fcdc743b3b
+1
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 \