Remove unused flag.
The string "HXCPP_ARM7" doesn't appear anywhere in hxcpp. Not even in old versions. Meanwhile, "HXCPP_ARMV7" appears several times.
This commit is contained in:
@@ -360,7 +360,7 @@ class AndroidPlatform extends PlatformTarget
|
||||
var commands = [];
|
||||
|
||||
if (armv5) commands.push(["-Dandroid", "-DPLATFORM=android-21"]);
|
||||
if (armv7) commands.push(["-Dandroid", "-DHXCPP_ARMV7", "-DHXCPP_ARM7", "-DPLATFORM=android-21"]);
|
||||
if (armv7) commands.push(["-Dandroid", "-DHXCPP_ARMV7", "-DPLATFORM=android-21"]);
|
||||
if (arm64) commands.push(["-Dandroid", "-DHXCPP_ARM64", "-DPLATFORM=android-21"]);
|
||||
if (x86) commands.push(["-Dandroid", "-DHXCPP_X86", "-DPLATFORM=android-21"]);
|
||||
if (x64) commands.push(["-Dandroid", "-DHXCPP_X86_64", "-DPLATFORM=android-21"]);
|
||||
|
||||
Reference in New Issue
Block a user