Skip to content

Commit 71bd304

Browse files
committed
Update 5.38 build script for MSI and PDL
1 parent 6acb623 commit 71bd304

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

devel.utils/_build-5.38.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ set MAKEFLAGS=-j8
1717
set TEST_JOBS=8
1818
set LC_ALL=C
1919

20-
set SKIP_MSI_STEP=1
21-
set SKIP_PDL_STEP=1
22-
%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
20+
::set SKIP_MSI_STEP=1
21+
::set SKIP_PDL_STEP=1
22+
%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
2323

2424

0 commit comments

Comments
 (0)