Win: Fix --with-gmp option

Do not drop the following option.
Do not add an extra `=1` argument.
This commit is contained in:
Nobuyoshi Nakada 2025-08-25 18:05:00 +09:00 committed by Nobuyoshi Nakada
parent 84be67a37c
commit 55f492735b

View File

@ -240,8 +240,7 @@ goto :loop ;
goto :loop ;
:gmp
echo>> %config_make% WITH_GMP = yes
echo>>%confargs% %1=1 \
shift
echo>>%confargs% %1 \
shift
goto :loop ;
:gmp-dir