Skip to content

Commit 9b88c33

Browse files
committed
Minor updates to the 5.38.2 64-bit build scripts
1 parent aab7380 commit 9b88c33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

devel.utils/_build-5.38_local.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ call ..\build.bat test
1919

2020
set MAKEFLAGS=-j8
2121
set TEST_JOBS=8
22-
::set LC_ALL=C
22+
2323

2424
::set SKIP_MSI_STEP=1
2525
::set SKIP_PDL_STEP=1

share/64bit-5.38.2.1.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
install_packages => {
2222
#tools
2323
#gcc, gmake, gdb & co.
24-
'gcc-toolchain' => { url => 'https://github.com/StrawberryPerl/build-extlibs/releases/download/dev_gcc13.1_20230606/winlibs_gcc13.1r5.zip', install_to => 'c' },
24+
'gcc-toolchain' => { url => 'https://github.com/StrawberryPerl/build-extlibs/releases/download/dev_gcc13.1_20230606/winlibs_gcc13.1r5_sans_make.zip', install_to => 'c' },
2525
#patch => 'https://github.com/StrawberryPerl/build-extlibs/releases/download/dev_gcc10.3_20230313/64bit_patch-2.7.5-bin_20230420.zip',
2626
'patch' => '<package_url>/kmx/64_tools/64bit_patch-2.5.9-7-bin_20100110_UAC.zip',
2727
#special cases

0 commit comments

Comments
 (0)