We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b731cf4 commit d0251c4Copy full SHA for d0251c4
node.gyp
@@ -1002,9 +1002,11 @@
1002
],
1003
'conditions': [
1004
[ 'node_shared_ffi=="false"', {
1005
+ 'dependencies': [
1006
+ 'deps/libffi/libffi.gyp:libffi',
1007
+ ],
1008
'include_dirs': [
- 'deps/libffi/include',
- '<(PRODUCT_DIR)/obj/deps/libffi/libffi.gen',
1009
+ '<(PRODUCT_DIR)/obj.target/libffi/geni',
1010
1011
}],
1012
@@ -1070,9 +1072,11 @@
1070
1072
1071
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
0 commit comments