Skip to content

Commit 4537b46

Browse files
committed
fixup! deps: update libffi to 3.6.0
1 parent 34bd4fa commit 4537b46

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

deps/libffi/libffi.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
['target_arch == "ppc64" and OS == "aix"', {
119119
'variables': {
120120
'libffi_arch_sources': [
121-
'src/powerpc/ffi.c',
121+
'src/powerpc/ffi_darwin.c',
122122
'src/powerpc/aix.S',
123123
'src/powerpc/aix_closure.S',
124124
],

deps/libffi/src/powerpc/ffi_darwin.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929

3030
#include <ffi.h>
3131
#include <ffi_common.h>
32+
#include "ffi_powerpc.h"
3233

3334
#include <stdlib.h>
3435

0 commit comments

Comments
 (0)