mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 00:39:53 +00:00
Add arm64 for iOS 10 target
This commit is contained in:
parent
3a18a57de5
commit
57ad08e37d
@ -596,7 +596,7 @@
|
||||
"OTHER_LDFLAGS[arch=*]" = "-Wl,-segalign,4000";
|
||||
SDKROOT = iphoneos;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
VALID_ARCHS = armv7;
|
||||
VALID_ARCHS = "armv7 arm64";
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
@ -668,7 +668,7 @@
|
||||
SDKROOT = iphoneos;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
VALIDATE_PRODUCT = YES;
|
||||
VALID_ARCHS = armv7;
|
||||
VALID_ARCHS = "armv7 arm64";
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user