Skip to content

Commit afabd93

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common.gypi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
],
9494
'msvs_settings': {
9595
'VCCLCompilerTool': {
96-
'RuntimeLibrary': '<(win_debug_RuntimeLibrary), # static debug
96+
'RuntimeLibrary': '<(win_debug_RuntimeLibrary)', # static debug
9797
'Optimization': 0, # /Od, no optimization
9898
'MinimalRebuild': 'false',
9999
'OmitFramePointers': 'false',
@@ -130,7 +130,7 @@
130130
],
131131
'msvs_settings': {
132132
'VCCLCompilerTool': {
133-
'RuntimeLibrary': '<(win_release_RuntimeLibrary), # static release
133+
'RuntimeLibrary': '<(win_release_RuntimeLibrary)', # static release
134134
'Optimization': 3, # /Ox, full optimization
135135
'FavorSizeOrSpeed': 1, # /Ot, favour speed over size
136136
'InlineFunctionExpansion': 2, # /Ob2, inline anything eligible

0 commit comments

Comments
 (0)