Fixing broken build

Have to actually set it to true
This commit is contained in:
Andrew Spiering
2023-09-17 23:11:23 -07:00
parent 9f4429f87c
commit 97f595922e

View File

@@ -40,6 +40,8 @@ namespace Flax.Build.Platforms
Log.Warning("Missing iPhoneSDK. Cannot build for iOS platform.");
HasRequiredSDKsInstalled = false;
}
else
HasRequiredSDKsInstalled = true;
}
/// <inheritdoc />