comment copy
This commit is contained in:
parent
39c54f0139
commit
fcdc743b3b
|
@ -66,6 +66,7 @@ get_env_specific_dependencies_recursive () {
|
||||||
DEP_PATHS=$(get_env_specific_dependencies_recursive "$BINARY")
|
DEP_PATHS=$(get_env_specific_dependencies_recursive "$BINARY")
|
||||||
|
|
||||||
mkdir -p "$LIB"
|
mkdir -p "$LIB"
|
||||||
|
# copy each distinct dylib in the dependency tree into our lib folder
|
||||||
echo "$DEP_PATHS" \
|
echo "$DEP_PATHS" \
|
||||||
| xargs -n1 realpath \
|
| xargs -n1 realpath \
|
||||||
| sort \
|
| sort \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user