mirror of
https://github.com/electron/electron.git
synced 2026-01-28 16:58:21 -05:00
Fix linker errors about missing registry APIs
This commit is contained in:
@@ -64,6 +64,13 @@
|
||||
'IntermediateDirectory': '$(OutDir)\\obj\\$(ProjectName)',
|
||||
'CharacterSet': '1',
|
||||
},
|
||||
'msvs_settings': {
|
||||
'VCLinkerTool': {
|
||||
'AdditionalDependencies': [
|
||||
'advapi32.lib',
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
'Debug': {
|
||||
'inherit_from': [
|
||||
|
||||
Reference in New Issue
Block a user