Add comment to subsystem linker option
This commit is contained in:
parent
fe8726d775
commit
1a75bf8fb9
1 changed files with 2 additions and 0 deletions
|
@ -129,6 +129,8 @@
|
|||
},
|
||||
'VCLinkerTool': {
|
||||
'AdditionalOptions': [
|
||||
# Chrome builds with this minimum environment which changes the
|
||||
# values returned from APIs like GetSystemMetrics(SM_CXSIZEFRAME)
|
||||
"/SUBSYSTEM:WINDOWS,5.02"
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue