aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp')
-rw-r--r--gyp/crash_handler.gyp7
1 files changed, 7 insertions, 0 deletions
diff --git a/gyp/crash_handler.gyp b/gyp/crash_handler.gyp
index aa5ad94720..7e3599c8d9 100644
--- a/gyp/crash_handler.gyp
+++ b/gyp/crash_handler.gyp
@@ -7,5 +7,12 @@
'direct_dependent_settings': {
'include_dirs': [ '../tools' ],
},
+ 'all_dependent_settings': {
+ 'msvs_settings': {
+ 'VCLinkerTool': {
+ 'AdditionalDependencies': [ 'Dbghelp.lib' ],
+ }
+ },
+ }
}]
}