Skip to content

Commit

Permalink
Fix version check
Browse files Browse the repository at this point in the history
  • Loading branch information
SirAnthony committed Sep 13, 2018
1 parent a0c0fcd commit dc521b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodejs/dist/binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
'conditions': [
['OS=="linux"', {
'include_dirs': [ '../targets/node-<!@(node -e "require(\'semver\').gte(process.version, \'10.0.0\') && process.stdout.write(\'v10.9.0\')")/src' ],
'include_dirs': [ '../targets/node-<!@(node -e "require(\'semver\').gte(process.version, \'10.0.0\') && process.stdout.write(\'v10.10.0\')")/src' ],
'cflags_cc': [ '-std=c++11', '-DUSE_LIBUV' ],
'cflags_cc!': [ '-fno-exceptions', '-std=gnu++0x', '-fno-rtti' ],
'cflags!': [ '-fno-omit-frame-pointer' ],
Expand Down

0 comments on commit dc521b5

Please sign in to comment.