Skip to content

Commit f4d27e7

Browse files
Cong Liurogerwang
authored andcommitted
fixed typos in common.gypi to prevent nw-gyp failure
fixed nwjs/nw-gyp#96
1 parent 1033ae3 commit f4d27e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

common.gypi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
],
9797
'msvs_settings': {
9898
'VCCLCompilerTool': {
99-
'RuntimeLibrary': '<(win_debug_RuntimeLibrary), # static debug
99+
'RuntimeLibrary': '<(win_debug_RuntimeLibrary)', # static debug
100100
'Optimization': 0, # /Od, no optimization
101101
'MinimalRebuild': 'false',
102102
'OmitFramePointers': 'false',
@@ -133,7 +133,7 @@
133133
],
134134
'msvs_settings': {
135135
'VCCLCompilerTool': {
136-
'RuntimeLibrary': '<(win_release_RuntimeLibrary), # static release
136+
'RuntimeLibrary': '<(win_release_RuntimeLibrary)', # static release
137137
'Optimization': 3, # /Ox, full optimization
138138
'FavorSizeOrSpeed': 1, # /Ot, favour speed over size
139139
'InlineFunctionExpansion': 2, # /Ob2, inline anything eligible

0 commit comments

Comments
 (0)