From 83bfed52e523ef942da82a083584a4548182aaa4 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 17 Apr 2024 10:09:38 -0400 Subject: build: Support NOLIBS=1 --- config/pkgconf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/pkgconf.sh b/config/pkgconf.sh index 80dcbee..361852e 100755 --- a/config/pkgconf.sh +++ b/config/pkgconf.sh @@ -17,7 +17,7 @@ if (($# < 1)); then exit fi -if [[ "$XNOLIBS" == *y* ]]; then +if [[ "$XNOLIBS" == [y1] ]]; then exit 1 fi -- cgit v1.2.3