Skip to content

Commit 55f4927

Browse files
committed
Win: Fix --with-gmp option
Do not drop the following option. Do not add an extra `=1` argument.
1 parent 84be67a commit 55f4927

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

win32/configure.bat

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,7 @@ goto :loop ;
240240
goto :loop ;
241241
:gmp
242242
echo>> %config_make% WITH_GMP = yes
243-
echo>>%confargs% %1=1 \
244-
shift
243+
echo>>%confargs% %1 \
245244
shift
246245
goto :loop ;
247246
:gmp-dir

0 commit comments

Comments
 (0)