Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dd0b170

Browse filesBrowse 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
Copy full SHA for dd0b170

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎tools/icu/icu-generic.gyp‎

Copy file name to clipboardExpand all lines: tools/icu/icu-generic.gyp
+2-2Lines changed: 2 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.