Skip to content

Commit

Permalink
Add missing Windows libraries required for the shell. (flutter#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmaygarde authored Apr 10, 2018
1 parent 8dddd90 commit 3cf97e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/config/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ config("default_libs") {
"delayimp.lib",
"dnsapi.lib",
"gdi32.lib",
"iphlpapi.lib",
"kernel32.lib",
"msimg32.lib",
"odbc32.lib",
Expand All @@ -143,6 +144,7 @@ config("default_libs") {
"psapi.lib",
"shell32.lib",
"shlwapi.lib",
"Rpcrt4.lib",
"user32.lib",
"usp10.lib",
"uuid.lib",
Expand Down

0 comments on commit 3cf97e0

Please sign in to comment.