lib.systems: add darwinPlatform where necessary

This commit is contained in:
Andrew Childs
2021-04-11 09:47:10 +09:00
parent 6c4ce7960e
commit d0418480f1
+2
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;
};