Skip to content

Commit 78ac637

Browse files
refackevanlucas
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 <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]>
1 parent f84a5e1 commit 78ac637

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)