File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,20 @@ framework module SQLite {
8
8
// header "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/sqlite3.h"
9
9
module arm {
10
10
header "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/sqlite3.h"
11
- link "sqlite3"
12
11
requires arm
13
12
}
14
13
14
+ module arm64 {
15
+ header "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/sqlite3.h"
16
+ requires arm64
17
+ }
18
+
15
19
module x86 {
16
20
header "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/include/sqlite3.h"
17
- link "sqlite3"
18
21
requires x86
19
22
}
23
+
24
+ link "sqlite3"
20
25
21
26
export *
22
27
module * { export * }
You can’t perform that action at this time.
0 commit comments