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 55a94df commit c843df0Copy full SHA for c843df0
1 file changed
node.gyp
@@ -1005,9 +1005,11 @@
1005
],
1006
'conditions': [
1007
[ 'node_shared_ffi=="false"', {
1008
+ 'dependencies': [
1009
+ 'deps/libffi/libffi.gyp:libffi',
1010
+ ],
1011
'include_dirs': [
- 'deps/libffi/include',
- '<(PRODUCT_DIR)/obj/deps/libffi/libffi.gen',
1012
+ '<(PRODUCT_DIR)/obj.target/libffi/geni',
1013
1014
}],
1015
@@ -1073,9 +1075,11 @@
1073
1075
1074
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
0 commit comments