From 555e3991648731a320df7bfe5e7094e075a1db91 Mon Sep 17 00:00:00 2001 From: Refael Ackermann Date: Fri, 26 Jul 2019 16:26:06 -0400 Subject: [PATCH] config: fix syntax error in addon.gypi --- addon.gypi | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/addon.gypi b/addon.gypi index 6462f539ff..aef6f221f1 100644 --- a/addon.gypi +++ b/addon.gypi @@ -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', @@ -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'