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': {
|
'VCLinkerTool': {
|
||||||
'AdditionalOptions': [
|
'AdditionalOptions': [
|
||||||
|
# Chrome builds with this minimum environment which changes the
|
||||||
|
# values returned from APIs like GetSystemMetrics(SM_CXSIZEFRAME)
|
||||||
"/SUBSYSTEM:WINDOWS,5.02"
|
"/SUBSYSTEM:WINDOWS,5.02"
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue