Skip to content

Commit

Permalink
Update 5.38 build script for MSI and PDL
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnlaffan committed Jul 5, 2023
1 parent 6acb623 commit 71bd304
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions devel.utils/_build-5.38.bat
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ set MAKEFLAGS=-j8
set TEST_JOBS=8
set LC_ALL=C

set SKIP_MSI_STEP=1
set SKIP_PDL_STEP=1
%PERLEXE% -Mblib ..\script\perldist_strawberry -job ..\share\64bit-5.38.0.1.pp -notest_core -beta=0 -nointeractive -restorepoints -wixbin_dir=z:\sw\wix311 -cpan_url https://cpan.metacpan.org
::set SKIP_MSI_STEP=1
::set SKIP_PDL_STEP=1
%PERLEXE% -Mblib ..\script\perldist_strawberry -job ..\share\64bit-5.38.0.1.pp -notest_core -beta=0 -interactive -restorepoints -wixbin_dir=z:\sw\wix311 -cpan_url https://cpan.metacpan.org


0 comments on commit 71bd304

Please sign in to comment.