Skip to content

Commit b80d8bb

Browse files
committed
Configs: No need to specify -D__USE_MINGW_ANSI_STDIO since 5.33.6
Fixes #113
1 parent d95320e commit b80d8bb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

share/64bit-5.36.0.1.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
cf_email => 'strawberry-perl@project', #IMPORTANT: keep 'strawberry-perl' before @
104104
perl_debug => 0, # can be overridden by --perl_debug=N option
105105
perl_64bitint => 1, # ignored on 64bit, can be overridden by --perl_64bitint | --noperl_64bitint option
106-
buildoptextra => '-D__USE_MINGW_ANSI_STDIO',
106+
# buildoptextra => '-D__USE_MINGW_ANSI_STDIO', # not needed since 5.33.6
107107
patch => { #DST paths are relative to the perl src root
108108
'<dist_sharedir>/msi/files/perlexe.ico' => 'win32/perlexe.ico',
109109
'<dist_sharedir>/perl-5.36/perlexe.rc.tt' => 'win32/perlexe.rc',

share/64bit-5.36.1.1.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
cf_email => 'strawberry-perl@project', #IMPORTANT: keep 'strawberry-perl' before @
5454
perl_debug => 0, # can be overridden by --perl_debug=N option
5555
perl_64bitint => 1, # ignored on 64bit, can be overridden by --perl_64bitint | --noperl_64bitint option
56-
buildoptextra => '-D__USE_MINGW_ANSI_STDIO',
56+
# buildoptextra => '-D__USE_MINGW_ANSI_STDIO', # not needed since 5.33.6
5757
patch => { #DST paths are relative to the perl src root
5858
'<dist_sharedir>/msi/files/perlexe.ico' => 'win32/perlexe.ico',
5959
'<dist_sharedir>/perl-5.36/perlexe.rc.tt' => 'win32/perlexe.rc',

share/64bit-5.38.0.1.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
cf_email => 'strawberry-perl@project', #IMPORTANT: keep 'strawberry-perl' before @
5656
perl_debug => 0, # can be overridden by --perl_debug=N option
5757
perl_64bitint => 1, # ignored on 64bit, can be overridden by --perl_64bitint | --noperl_64bitint option
58-
buildoptextra => '-D__USE_MINGW_ANSI_STDIO',
58+
# buildoptextra => '-D__USE_MINGW_ANSI_STDIO', # not needed since 5.33.6
5959
patch => { #DST paths are relative to the perl src root
6060
'<dist_sharedir>/msi/files/perlexe.ico' => 'win32/perlexe.ico',
6161
'<dist_sharedir>/perl-5.36/perlexe.rc.tt' => 'win32/perlexe.rc',

0 commit comments

Comments
 (0)