Fix support for Android/ARM64
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<xml>
|
||||
|
||||
<set name="PLATFORM" value="android-14" if="android" />
|
||||
<set name="PLATFORM" value="android-14" if="android" unless="HXCPP_ARM64" />
|
||||
<set name="PLATFORM" value="android-21" if="android HXCPP_ARM64" />
|
||||
<set name="HXCPP_CPP11" value="1" />
|
||||
|
||||
<include name="${HXCPP}/build-tool/BuildCommon.xml" />
|
||||
|
||||
@@ -1972,7 +1972,7 @@ namespace lime {
|
||||
|
||||
if (AbstractToJObject (inValue, obj)) {
|
||||
|
||||
return alloc_int ((int)obj);
|
||||
return alloc_float ((uintptr_t)obj);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user