Skip to content

Commit 186995e

Browse files
authored
deps: fix libffi macos build
Signed-off-by: Paolo Insogna <[email protected]> PR-URL: #63006 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Bryan English <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Filip Skokan <[email protected]>
1 parent 4247cd3 commit 186995e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

deps/libffi/libffi.gyp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@
133133
'generate-headers.py',
134134
'--output-dir',
135135
'<(SHARED_INTERMEDIATE_DIR)/libffi',
136+
'--target-arch',
137+
'<(target_arch)',
138+
'--os',
139+
'<(OS)',
136140
],
137141
},
138142
],

0 commit comments

Comments
 (0)