Skip to content
This repository was archived by the owner on Mar 30, 2019. It is now read-only.

Commit 258d4b2

Browse files
committed
Added libffi patch accidentally ommitted.
1 parent 7cd01f7 commit 258d4b2

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
--- libffi-3.1-old/generate-darwin-source-and-headers.py 2014-10-23 17:49:33.000000000 +0800
2+
+++ libffi-3.1-new/generate-darwin-source-and-headers.py 2014-10-23 17:50:01.000000000 +0800
3+
@@ -14,7 +14,7 @@
4+
sdk = 'iphonesimulator'
5+
arch = 'i386'
6+
triple = 'i386-apple-darwin11'
7+
- version_min = '-miphoneos-version-min=5.1.1'
8+
+ version_min = '-miphoneos-version-min=6.0'
9+
10+
prefix = "#ifdef __i386__\n\n"
11+
suffix = "\n\n#endif"
12+
@@ -40,7 +40,7 @@
13+
sdk = 'iphoneos'
14+
arch = 'armv7'
15+
triple = 'arm-apple-darwin11'
16+
- version_min = '-miphoneos-version-min=5.1.1'
17+
+ version_min = '-miphoneos-version-min=6.0'
18+
19+
prefix = "#ifdef __arm__\n\n"
20+
suffix = "\n\n#endif"

0 commit comments

Comments
 (0)