lib.systems: add darwinPlatform where necessary

master
Andrew Childs 2021-04-10 18:11:16 +09:00
parent 6c4ce7960e
commit d0418480f1
1 changed files with 2 additions and 0 deletions

View File

@ -219,6 +219,7 @@ rec {
sdkVer = "14.3";
xcodeVer = "12.3";
xcodePlatform = "iPhoneSimulator";
darwinPlatform = "ios-simulator";
useiOSPrebuilt = true;
};
@ -228,6 +229,7 @@ rec {
sdkVer = "14.3";
xcodeVer = "12.3";
xcodePlatform = "iPhoneSimulator";
darwinPlatform = "ios-simulator";
useiOSPrebuilt = true;
};