abuild: fix check_libc

fixes commit 012a179339
This commit is contained in:
Natanael Copa 2020-03-31 10:13:24 +00:00
parent f9e2f96476
commit 3c45858fc0
1 changed files with 1 additions and 1 deletions

View File

@ -2057,7 +2057,7 @@ check_arch() {
# return true if libc is not masked in options
check_libc() {
! option_has "!libc_$CLIBC"
! options_has "!libc_$CLIBC"
}
# check if package is up to date