Skip to content

Commit

Permalink
config: fix syntax error in addon.gypi
Browse files Browse the repository at this point in the history
  • Loading branch information
refack committed Jul 26, 2019
1 parent 2eb4d2b commit 555e399
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions addon.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@
'win_delay_load_hook': 'true',
'product_prefix': '',

'conditions': [
[ 'node_engine=="chakracore"', {
'variables': {
'node_engine_include_dir%': 'deps/chakrashim/include'
},
}]
],

'include_dirs': [
'<(node_root_dir)/include/node',
'<(node_root_dir)/src',
Expand Down Expand Up @@ -89,6 +81,12 @@
],

'conditions': [
[ 'node_engine=="chakracore"', {
'variables': {
'node_engine_include_dir%': 'deps/chakrashim/include'
},
}],

[ 'OS=="mac"', {
'defines': [
'_DARWIN_USE_64_BIT_INODE=1'
Expand Down

0 comments on commit 555e399

Please sign in to comment.