mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(iOS) Take out arm64 architecture - would require linking against
64bit dylibs
This commit is contained in:
parent
88d9aae9a2
commit
2a65fd9067
@ -450,6 +450,7 @@
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
|
||||
LD_NO_PIE = YES;
|
||||
LIBRARY_SEARCH_PATHS = "";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
OTHER_CFLAGS = (
|
||||
"-DHAVE_CAMERA",
|
||||
"-DHAVE_CC_RESAMPLER",
|
||||
@ -476,6 +477,7 @@
|
||||
"-DRARCH_INTERNAL",
|
||||
);
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
VALID_ARCHS = "armv7 armv7s";
|
||||
WRAPPER_EXTENSION = app;
|
||||
};
|
||||
name = Debug;
|
||||
@ -550,6 +552,7 @@
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
PROVISIONING_PROFILE = "";
|
||||
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
|
||||
VALID_ARCHS = "armv7 armv7s";
|
||||
WRAPPER_EXTENSION = app;
|
||||
};
|
||||
name = Release;
|
||||
|
Loading…
x
Reference in New Issue
Block a user