Skip to content

Commit dd0b170

Browse files
refackMylesBorins
authored andcommitted
build: fix case in lib names
ninja on Windows chokes if libs are named .Lib (Capital L) PR-URL: #12522 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
1 parent 830949c commit dd0b170

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/icu/icu-generic.gyp

+2-2
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@
464464
'conditions': [
465465
[ 'OS=="win"', {
466466
'link_settings': {
467-
'libraries': [ '-lAdvAPI32.Lib', '-lUser32.lib' ],
467+
'libraries': [ '-lAdvAPI32.lib', '-lUser32.lib' ],
468468
},
469469
}],
470470
],
@@ -518,7 +518,7 @@
518518
'conditions': [
519519
[ 'OS=="win"', {
520520
'link_settings': {
521-
'libraries': [ '-lAdvAPI32.Lib', '-lUser32.lib' ],
521+
'libraries': [ '-lAdvAPI32.lib', '-lUser32.lib' ],
522522
},
523523
}],
524524
],

0 commit comments

Comments
 (0)