Skip to content

Commit 39e6a58

Browse files
zwaldowskiatgreen
authored andcommitted
More mac/ios build improvements
1 parent 853cc72 commit 39e6a58

15 files changed

+11401
-144
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ autom4te.cache
1919
libffi.xcodeproj/xcuserdata
2020
libffi.xcodeproj/project.xcworkspace
2121
ios/
22-
22+
osx/
23+
build_*/

.pc/applied-patches

+1
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ x32libtool
1414
arm-test-fix
1515
xcode
1616
darwin-missing-semi
17+
xcode-improvements

.pc/xcode-improvements/.gitignore

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
.libs
2+
.deps
3+
*.o
4+
*.lo
5+
.dirstamp
6+
*.la
7+
Makefile
8+
config.log
9+
config.status
10+
*~
11+
fficonfig.h
12+
include/ffi.h
13+
include/ffitarget.h
14+
libffi.pc
15+
libtool
16+
stamp-h1
17+
libffi*gz
18+
autom4te.cache
19+
libffi.xcodeproj/xcuserdata
20+
libffi.xcodeproj/project.xcworkspace
21+
ios/
22+

.pc/xcode-improvements/.timestamp

Whitespace-only changes.

0 commit comments

Comments
 (0)