Fixing broken build
Have to actually set it to true
This commit is contained in:
@@ -40,6 +40,8 @@ namespace Flax.Build.Platforms
|
||||
Log.Warning("Missing iPhoneSDK. Cannot build for iOS platform.");
|
||||
HasRequiredSDKsInstalled = false;
|
||||
}
|
||||
else
|
||||
HasRequiredSDKsInstalled = true;
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
|
||||
Reference in New Issue
Block a user