mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 22:26:06 +00:00
win: Fix build after 60be5a66a050
crashpad_util should already have been the target to depend on version.lib, but this wasn’t caught until something that depends on crashpad_util but not crashpad_snapshot used that code, as crashpad_util_test now does. Change-Id: I1b7ced72c657946b297a328c0f89f51190d7d708 Reviewed-on: https://chromium-review.googlesource.com/448203 Reviewed-by: Scott Graham <scottmg@chromium.org>
This commit is contained in:
parent
60be5a66a0
commit
9660a1b66e
@ -127,7 +127,6 @@
|
||||
'link_settings': {
|
||||
'libraries': [
|
||||
'-lpowrprof.lib',
|
||||
'-lversion.lib',
|
||||
],
|
||||
},
|
||||
}],
|
||||
|
@ -273,6 +273,7 @@
|
||||
'link_settings': {
|
||||
'libraries': [
|
||||
'-luser32.lib',
|
||||
'-lversion.lib',
|
||||
'-lwinhttp.lib',
|
||||
],
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user