Skip to content

Commit 7666e73

Browse files
committed
5.38 builds: Set LC_ALL in script
This should obviate the need to set it manually, the neglect of which results in a slew of warnings and a failed build.
1 parent 16a078e commit 7666e73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

devel.utils/_build-5.38.bat

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
::set PERL_USE_UNSAFE_INC=1
55

6-
set SP=z:\sp536
6+
set SP=z:\sp532
77
set PATH=Z:\mingw64\bin;%SP%\c\bin;%SP%\perl\bin;%SP%\perl\site\bin;%PATH%
88
set PERLEXE=%SP%\perl\bin\perl
99

@@ -15,6 +15,7 @@ cd %OLD_CD%
1515

1616
set MAKEFLAGS=-j8
1717
set TEST_JOBS=8
18+
set LC_ALL=C
1819

1920
set SKIP_MSI_STEP=1
2021
set SKIP_PDL_STEP=1

0 commit comments

Comments
 (0)