summaryrefslogtreecommitdiff
path: root/CyteKit
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2019-05-19 16:37:51 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2019-05-19 16:37:51 -0700
commit136cc0a23da9281874ee88b7b51174538fcb9269 (patch)
treeb7fc51c93b9bd0323768f8780a20c1bc94708166 /CyteKit
parent533d9675271212f948b4284471b7be15d3a56d99 (diff)
Mostly make Cydia compile using the iOS Simulator.
Diffstat (limited to 'CyteKit')
-rw-r--r--CyteKit/CyteObject.mm2
1 files changed, 2 insertions, 0 deletions
diff --git a/CyteKit/CyteObject.mm b/CyteKit/CyteObject.mm
index f55ddb9..382b4f4 100644
--- a/CyteKit/CyteObject.mm
+++ b/CyteKit/CyteObject.mm
@@ -105,6 +105,8 @@ static NSObject *CYIOGetValue(const char *path, NSString *property) {
- (unsigned) bittage {
#if 0
+#elif defined(__x86_64__)
+ return 64;
#elif defined(__arm64__)
return 64;
#elif defined(__arm__)