Also warn the user about it.

This commit is contained in:
Mihai Alexandru
2024-01-17 06:34:40 +02:00
committed by GitHub
parent 380f64cb6e
commit d6a3954a57

View File

@@ -152,6 +152,8 @@ class AndroidPlatform extends PlatformTarget
if (architectures.length == 0)
{
Log.warn("No architecture selected, resorting to arm64.");
hasARM64 = true;
architectures.push(Architecture.ARM64);