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 fe8170e commit 8087c26Copy full SHA for 8087c26
1 file changed
node.gyp
@@ -994,9 +994,11 @@
994
],
995
'conditions': [
996
[ 'node_shared_ffi=="false"', {
997
+ 'dependencies': [
998
+ 'deps/libffi/libffi.gyp:libffi',
999
+ ],
1000
'include_dirs': [
- 'deps/libffi/include',
- '<(PRODUCT_DIR)/obj/deps/libffi/libffi.gen',
1001
+ '<(PRODUCT_DIR)/obj.target/libffi/geni',
1002
1003
}],
1004
@@ -1062,9 +1064,11 @@
1062
1064
1063
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
0 commit comments