summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2024-04-17 10:09:38 -0400
committerTavian Barnes <tavianator@tavianator.com>2024-04-17 10:09:38 -0400
commit83bfed52e523ef942da82a083584a4548182aaa4 (patch)
tree8671ae2ad724c0854bb1d53d46e7c03c614bb359
parentc4c063e9844f2bd2271b2e3391f59f872c66f69a (diff)
downloadbfs-83bfed52e523ef942da82a083584a4548182aaa4.tar.xz
build: Support NOLIBS=1
-rwxr-xr-xconfig/pkgconf.sh2
1 files changed, 1 insertions, 1 deletions
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