File tree 2 files changed +1
-212
lines changed
2 files changed +1
-212
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ BZIP2_VERSION=1.0.8
48
48
49
49
XZ_VERSION =5.2.5
50
50
51
- LIBFFI_VERSION =3.3
51
+ LIBFFI_VERSION =3.4.2
52
52
53
53
# Supported OS
54
54
OS =macOS iOS tvOS watchOS
@@ -492,12 +492,6 @@ $$(LIBFFI_DIR-$1)/darwin_common: downloads/libffi-$(LIBFFI_VERSION).tgz
492
492
# Unpack sources
493
493
mkdir -p $$(LIBFFI_DIR-$1 )
494
494
tar zxf downloads/libffi-$(LIBFFI_VERSION ) .tgz --strip-components 1 -C $$(LIBFFI_DIR-$1 )
495
- # Apply libffi patches. Apple builds of libffi use a utility script; that
496
- # script doesn't work with Python3 using the out-of-the-box version in
497
- # libffi 3.3. This patch adds some changes that will be included in libFFI
498
- # 3.4 (whenever that is released), plus some extra targets to support
499
- # tvOS and watchOS.
500
- cd $$(LIBFFI_DIR-$1 ) && patch -p1 < $(PROJECT_DIR ) /patch/libffi/libffi.patch
501
495
# Configure the build
502
496
cd $$(LIBFFI_DIR-$1 ) && python generate-darwin-source-and-headers.py --only-$(shell echo $1 | tr '[:upper:]' '[:lower:]')
503
497
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments