Skip to content

Commit

Permalink
1_0_build_install_mswin.ps1 - cat Makefile in Actions Group
Browse files Browse the repository at this point in the history
  • Loading branch information
MSP-Greg committed Dec 24, 2024
1 parent 441e6e5 commit 9b14bb3
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 @@ -58,8 +58,8 @@ Time-Log "start"

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

Run "nmake incs" { nmake incs }
Time-Log "make incs"
Expand Down

0 comments on commit 9b14bb3

Please sign in to comment.