Skip to content

Commit

Permalink
1_0_build_install_mswin.ps1 - remove --with-gmp from config
Browse files Browse the repository at this point in the history
  • Loading branch information
MSP-Greg committed Dec 1, 2024
1 parent 311f8f4 commit 68a42ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1_0_build_install_mswin.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ cd $d_build

Time-Log "start"

$cmd_config = "..\ruby\win32\configure.bat --disable-install-doc --prefix=$d_install --with-opt-dir=$d_vcpkg_install --with-gmp"
$cmd_config = "..\ruby\win32\configure.bat --disable-install-doc --prefix=$d_install --with-opt-dir=$d_vcpkg_install"
Run $cmd_config { cmd.exe /c "$cmd_config" }
Time-Log "configure"

Expand Down

0 comments on commit 68a42ab

Please sign in to comment.