comment copy
This commit is contained in:
		@ -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 \
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user