Just in case

This commit is contained in:
Mihai Alexandru
2024-01-17 05:59:08 +02:00
committed by GitHub
parent 8648b05991
commit 1f0ddb34cb

View File

@@ -150,6 +150,8 @@ class AndroidPlatform extends PlatformTarget
if (hasX86) architectures.push(Architecture.X86);
if (hasX64) architectures.push(Architecture.X64);
if (architectures.length == 0) architectures.push(Architecture.ARM64);
for (architecture in architectures)
{
var haxeParams = [hxml, "-D", "android", "-D", "PLATFORM=android-21"];