mirror of
https://gitlab.com/spectre.app/cli.git
synced 2024-11-01 10:51:44 +01:00
Merge branch 'master' into rewrite
This commit is contained in:
commit
d52befa81d
1 changed files with 2 additions and 2 deletions
4
build
4
build
|
@ -186,7 +186,7 @@ use() {
|
|||
for lib in "$lib" "$@"; do
|
||||
haslib "$lib" && ldflags+=( -l"$lib" )
|
||||
done
|
||||
echo >&2 "INFO: Enabled $option (lib$lib)."
|
||||
echo "INFO: Enabled $option (lib$lib)."
|
||||
return 0
|
||||
|
||||
elif [[ $requisite == required ]]; then
|
||||
|
@ -204,7 +204,7 @@ use() {
|
|||
exit 1
|
||||
|
||||
else
|
||||
echo >&2 "INFO: $option is supported but not enabled."
|
||||
echo "INFO: $option is supported but not enabled."
|
||||
return 1
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue