File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 36
36
- node --version
37
37
- npm --version
38
38
- git submodule update --init --recursive
39
- - npm install --msvs_version=2015
39
+ - npm config set msvs_version 2015 --global
40
+ - npm install
40
41
41
42
test_script : npm test
42
43
87
88
- node --version
88
89
- npm --version
89
90
- git submodule update --init --recursive
90
- - npm install --msvs_version=2015
91
+ - npm config set msvs_version 2015 --global
92
+ - npm install
91
93
92
94
test_script : npm test
Original file line number Diff line number Diff line change 64
64
'MACOSX_DEPLOYMENT_TARGET' : '10.7'
65
65
}
66
66
}],
67
+ ['OS=="win" and MSVS_VERSION == "2015"' , {
68
+ 'msvs_settings' : {
69
+ 'VCCLCompilerTool' : {
70
+ 'AdditionalOptions' : [
71
+ # disable Thread-Safe "Magic" for local static variables
72
+ '/Zc:threadSafeInit-' ,
73
+ ],
74
+ },
75
+ },
76
+ }],
67
77
['OS!="win"' , {
68
78
'cflags_cc+' : [
69
79
'-std=c++0x'
You can’t perform that action at this time.
0 commit comments