Merge pull request #39837 from obsidiansystems/ios-examples
lib/systems: Fix eval for iphone32* examples
This commit is contained in:
commit
5b8c550a86
@ -96,7 +96,7 @@ rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
iphone32 = {
|
iphone32 = {
|
||||||
config = "armv7-apple-ios";
|
config = "armv7a-apple-ios";
|
||||||
# config = "arm-apple-darwin10";
|
# config = "arm-apple-darwin10";
|
||||||
sdkVer = "10.2";
|
sdkVer = "10.2";
|
||||||
useiOSPrebuilt = true;
|
useiOSPrebuilt = true;
|
||||||
|
@ -13,7 +13,7 @@ let
|
|||||||
minSdkVersion = "9.0";
|
minSdkVersion = "9.0";
|
||||||
|
|
||||||
iosPlatformArch = { parsed, ... }: {
|
iosPlatformArch = { parsed, ... }: {
|
||||||
"arm" = "armv7";
|
"armv7a" = "armv7";
|
||||||
"aarch64" = "arm64";
|
"aarch64" = "arm64";
|
||||||
"x86_64" = "x86_64";
|
"x86_64" = "x86_64";
|
||||||
}.${parsed.cpu.name};
|
}.${parsed.cpu.name};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user