Skip to content

Commit 92f2bdc

Browse files
authored
Merge pull request #7 from nwjs/issue-96
fixed typos in common.gypi to prevent nw-gyp failure
2 parents d35fe67 + 0758a46 commit 92f2bdc

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
@@ -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)