Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
config: fix syntax error in addon.gypi
  • Loading branch information
refack committed Jul 26, 2019
commit 555e3991648731a320df7bfe5e7094e075a1db91
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