We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9208a37 + dd3731c commit 647fef0Copy full SHA for 647fef0
functions-common
@@ -1412,7 +1412,8 @@ function install_bindep {
1412
local pkgs
1413
1414
if [[ ! -f $file ]]; then
1415
- die $LINENO "Can not find bindep file: $file"
+ warn $LINENO "Can not find bindep file: $file"
1416
+ return
1417
fi
1418
1419
# converting here makes it much easier to work with passing
lib/libraries
@@ -72,7 +72,7 @@ function _install_lib_from_source {
72
local name=$1
73
if use_library_from_git "$name"; then
74
git_clone_by_name "$name"
75
- setup_dev_lib "$name"
+ setup_dev_lib -bindep "$name"
76
77
}
78
0 commit comments