Skip to content

Commit 338acdf

Browse files
committed
By-pass shell checking tool on Windows
1 parent 0129877 commit 338acdf

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

binding.gyp

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
{
2-
'variables':
3-
{
4-
'shared%': '<!(node ./util/has_lib.js)'
5-
},
62
'conditions':
73
[
8-
['shared=="true" or OS=="win"', {
4+
['OS=="win" or <!(node ./util/has_lib.js)=="true"', {
95
'includes': ['shared.gypi']
106
}, {
117
'includes': ['static.gypi']

0 commit comments

Comments
 (0)