Fix configure script

This commit is contained in:
2025-08-02 16:39:23 +03:00
parent d94055b302
commit c5361ddeaf

2
configure vendored
View File

@@ -22,7 +22,7 @@ if [ -z "$ar" ]; then ar="ar"; fi
assign_option() {
set -- "${1#--}" "$2"
set -- "${2:-${1%%=*}}" "${1#*=}"
eval "$1=$2"
eval "$1=\"$2\""
}
assign_toggle() {