Skip to content

Commit

Permalink
By-pass shell checking tool on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
piranna committed Oct 17, 2020
1 parent 0129877 commit 338acdf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions binding.gyp
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
{
'variables':
{
'shared%': '<!(node ./util/has_lib.js)'
},
'conditions':
[
['shared=="true" or OS=="win"', {
['OS=="win" or <!(node ./util/has_lib.js)=="true"', {
'includes': ['shared.gypi']
}, {
'includes': ['static.gypi']
Expand Down

0 comments on commit 338acdf

Please sign in to comment.