lib/systems: Fix eval for iphone32* examples

Whoops messed up 9a845de873 slightly.
This commit is contained in:
John Ericson
2018-05-01 12:57:07 -04:00
parent 9a845de873
commit db4f96b3cb
2 changed files with 2 additions and 2 deletions

View File

@@ -96,7 +96,7 @@ rec {
};
iphone32 = {
config = "armv7-apple-ios";
config = "armv7a-apple-ios";
# config = "arm-apple-darwin10";
sdkVer = "10.2";
useiOSPrebuilt = true;