Skip to content
Merged
Show file tree
Hide file tree
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
fixup
Signed-off-by: Paolo Insogna <paolo@cowtech.it>
  • Loading branch information
ShogunPanda committed Apr 14, 2026
commit 83051999ddd2bc5c219bb8c0d889f1d98b00d389
12 changes: 6 additions & 6 deletions deps/libffi/libffi.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
],
'include_dirs': [
'include',
'<(INTERMEDIATE_DIR)',
'<(SHARED_INTERMEDIATE_DIR)/libffi',
],
'sources': [
'<@(libffi_sources)',
Expand All @@ -124,15 +124,15 @@
'src/x86/ffitarget.h',
],
'outputs': [
'<(INTERMEDIATE_DIR)/ffi.h',
'<(INTERMEDIATE_DIR)/fficonfig.h',
'<(INTERMEDIATE_DIR)/ffitarget.h',
'<(SHARED_INTERMEDIATE_DIR)/libffi/ffi.h',
'<(SHARED_INTERMEDIATE_DIR)/libffi/fficonfig.h',
'<(SHARED_INTERMEDIATE_DIR)/libffi/ffitarget.h',
],
'action': [
'<(python)',
'generate-headers.py',
'--output-dir',
'<(INTERMEDIATE_DIR)',
'<(SHARED_INTERMEDIATE_DIR)/libffi',
],
},
],
Expand Down Expand Up @@ -213,7 +213,7 @@
'direct_dependent_settings': {
'include_dirs': [
'include',
'<(INTERMEDIATE_DIR)',
'<(SHARED_INTERMEDIATE_DIR)/libffi',
],
'defines': [
'FFI_STATIC_BUILD',
Expand Down
30 changes: 0 additions & 30 deletions node.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -1010,21 +1010,6 @@
'dependencies': [
'deps/libffi/libffi.gyp:libffi',
],
'conditions': [
[ 'OS=="win"', {
'include_dirs': [
'<(PRODUCT_DIR)/obj/libffi',
],
}, 'OS=="mac"', {
'include_dirs': [
'<(PRODUCT_DIR)/obj/deps/libffi/libffi.gen',
],
}, {
'include_dirs': [
'<(PRODUCT_DIR)/obj.target/libffi/geni',
],
}],
],
}],
],
}],
Expand Down Expand Up @@ -1092,21 +1077,6 @@
'dependencies': [
'deps/libffi/libffi.gyp:libffi',
],
'conditions': [
[ 'OS=="win"', {
'include_dirs': [
'<(PRODUCT_DIR)/obj/libffi',
],
}, 'OS=="mac"', {
'include_dirs': [
'<(PRODUCT_DIR)/obj/deps/libffi/libffi.gen',
],
}, {
'include_dirs': [
'<(PRODUCT_DIR)/obj.target/libffi/geni',
],
}],
],
}],
],
}],
Expand Down
Loading